diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/7128_world_command.sql | 2 | ||||
| -rw-r--r-- | sql/world.sql | 7 |
2 files changed, 2 insertions, 7 deletions
diff --git a/sql/updates/7128_world_command.sql b/sql/updates/7128_world_command.sql new file mode 100644 index 00000000000..958c3b53e34 --- /dev/null +++ b/sql/updates/7128_world_command.sql @@ -0,0 +1,2 @@ +-- Remove Wintergrasp commands from command table +DELETE FROM `command` WHERE `name` LIKE '%wg%'; diff --git a/sql/world.sql b/sql/world.sql index 9376d92c1d0..ff6cd6cdcdf 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -684,13 +684,6 @@ INSERT INTO `command` VALUES ('unpossess','3','Syntax: .unpossess\r\n\r\nIf you are possessed, unpossesses yourself; otherwise unpossesses current possessed target.'), ('waterwalk','2','Syntax: .waterwalk on/off\r\n\r\nSet on/off waterwalk state for selected player or self if no player selected.'), ('wchange','3','Syntax: .wchange #weathertype #status\r\n\r\nSet current weather to #weathertype with an intensity of #status.\r\n\r\n#weathertype can be 1 for rain, 2 for snow, and 3 for sand. #status can be 0 for disabled, and 1 for enabled.'), -('wg','3','Syntax: .wg $subcommand.'), -('wg enable','3','Syntax: .wg enable [on/off] Enable/Disable Wintergrasp outdoorPvP.'), -('wg start','3','Syntax: .wg start\r\nForce Wintergrasp battle start.'), -('wg status','3','Syntax: .wg status\r\nWintergrasp info, defender, timer, wartime.'), -('wg stop','3','Syntax: .wg stop\r\nForce Wintergrasp battle stop (No rewards).'), -('wg switch','3','Syntax: .wg switch\r\nSwitchs Wintergrasp defender team.'), -('wg timer','3','Syntax: .wg timer $minutes\r\nChange the current timer. Min value = 1, Max value 60 (Wartime), 1440 (Not Wartime)'), ('whispers','1','Syntax: .whispers on|off\r\nEnable/disable accepting whispers by GM from players. By default use trinityd.conf setting.'), ('wp event','2','Syntax: .wp event $subcommand\nType .path event to see the list of possible subcommands or .help path event $subcommand to see info on subcommands.'), ('wp load','2','Syntax: .wp load $pathid\nLoad pathid number for selected creature. Creature must have no waypoint data.'), |
