Jump to content

[Request]C++ Guild Log


Recommended Posts

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
  • Premium
1 hour ago, FlorinMarian said:

You do not have idea what i really want :)

ach sorry, i read logo.. :/ :D

 

So then:

find:

void CGuild::RequestDisband(DWORD pid)

and insert

DBManager::instance().DirectQuery("INSERT INTO guild_delete(date, guild_id, leader) VALUES(NOW(), %u, %u)", GetID(), pid);

make sure that this query is under:

if (m_data.master_pid != pid)
        return;

maybe like this.. ;)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.