This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* orginal code by ?? | |
* developed for last rev && added more option by irancore.ir | |
* | |
* import to database - auth - allow to player use cmd | |
REPLACE INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (195, 525); | |
* import to database - world - Passive report chat cencured to gms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Original Script was done by Teiby from emu-devstore | |
Last Update and added cmd watching by irancore.ir | |
*/ | |
#include "Battlefield.h" | |
#include "BattlefieldMgr.h" | |
#include "Battleground.h" | |
#include "CellImpl.h" | |
#include "CreatureTextMgr.h" | |
#include "GridNotifiers.h" |