bha2 / passive-anticheat-for-tc

Automatically exported from code.google.com/p/passive-anticheat-for-tc
0 stars 0 forks source link

[Fix] No Command Table SQL for commands #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Here is Correct Command SQL

Original issue reported on code.google.com by abduhman on 18 Nov 2010 at 7:53

Attachments:

GoogleCodeExporter commented 8 years ago
Also See chat.cpp

You have to add 

{ "anticheat",      SEC_GAMEMASTER,     true,  NULL,                            
               "", anticheatCommandTable  },

Under 

static ChatCommand commandTable[] =
    {

Original comment by abduhman on 18 Nov 2010 at 8:04

GoogleCodeExporter commented 8 years ago
so trinitycore does not skip commands in command table

Original comment by abduhman on 18 Nov 2010 at 8:04

GoogleCodeExporter commented 8 years ago
Thanks I will add it when I am back home.

Original comment by manu...@live.com.ar on 18 Nov 2010 at 10:19

GoogleCodeExporter commented 8 years ago

Original comment by manu...@live.com.ar on 18 Nov 2010 at 10:11