diff --git a/modules/azerothshard/data/sql/db-world/azth_gm_commands.sql b/modules/azerothshard/data/sql/db-world/azth_gm_commands.sql index d187d9f1db..f3de7663b3 100644 --- a/modules/azerothshard/data/sql/db-world/azth_gm_commands.sql +++ b/modules/azerothshard/data/sql/db-world/azth_gm_commands.sql @@ -38,6 +38,7 @@ UPDATE command SET `security` = 0 WHERE `name` IN "lookup taxinode", "lookup title", "lookup map", +"lookup skill", "qc", "server motd" ); @@ -108,6 +109,9 @@ UPDATE command SET `security` = 1 WHERE `name` IN "character customize", "character changefaction", "character changerace", +"character titles", +"character reputation", +"combatstop", "instance setbossstate", "unaura", "die", @@ -118,10 +122,94 @@ UPDATE command SET `security` = 1 WHERE `name` IN "reload command", "gps", "guild rank", -"title", +"titles", +"titles remove", +"titles add", +"titles current", +"tele add", +"tele group", +"tele name", +"summon", +"groupsummon", +"instance listbinds", +"whispers", +"send mail", +"send items", +"announce", +"ban", +"ban account", +"ban character", +"ban ip", +"ban playeraccount", +"bank", +"freeze", +"unfreeze", +"gmannounce", +"gmnameannounce", +"gmnotify", +"nameannounce", +"notify", +"go creature", +"go graveyard", +"go grid", +"go object", +"go taxinode", +"go ticket", +"go trigger", +"go zonexy" +"gobject activate", +"gobject near", +"gobject target", +"gobject", +"guid", +"instance", +"instance stats", +"instance listbinds", +"kick", +"modify scale", +"list auras", +"list", +"modify speed walk", +"modify speed swim", +"modify drunk", +"modify speed fly", +"modify hp", +"modify mana", +"modify reputation", +"modify speed backwalk", +"wp show", +"achievement", +"achievement checkall", +"damage", +"distance", +"guild", +"movegens", +"neargrave", +"server info", +"setskill", +"unbindsight", +"unpossess", +"dev", +"cometome", +"honor add", +"honor add kill", +"honor update", +"honor", +"list creature", +"list item", +"wpgps", "unmute", "mute", "ticket assign", +"ticket close", +"ticket closedlist", +"ticket comment", +"ticket list", +"ticket onlinelist", +"ticket unassign", +"ticket viewid", +"ticket viewname", +"ticket", "morph", "demorph", @@ -162,6 +250,7 @@ UPDATE command SET `security` = 1 WHERE `name` IN "gobject delete", "gobject add temp", "gobject add" +"server info" ); # lvl 2: Entertainer @@ -175,7 +264,8 @@ UPDATE command SET `security` = 2 WHERE `name` IN "npc yell", "pet create", "event stop", -"event start" +"event start", +"playall" ); @@ -192,4 +282,4 @@ UPDATE command SET `security` = 3 WHERE `name` IN "ban character", "ban account", "ban" -); \ No newline at end of file +);