01-11-2017, 09:37 PM
hi i have small problem.
i clicked my item ID and how to add database?
void do_Ex_NameChange_ASAD(CPC* ch, CNetMsg::SP& msg)
{
int itemindex;
switch(itemindex)
{
// ì¼€ë¦ ì´ë¦„ 변경
case 11150://842 || 11150
{
if (ch->m_inventory.FindByDBIndex(11150, 0, 0) || ch->m_inventory.FindByDBIndex(11150, 0, 0))
{
std:
tring query = boost:
tr(boost::format("UPDATE t_users SET a_stash_password='55555555' WHERE a_idname='%s' LIMIT 1") % (const char *)ch->m_desc->m_idname);
DBManager::instance()->pushQueryForAuthDB(ch->m_desc->m_index, query);
}
}
break;
}
}
help my?

