From e2d6c362f2c80346c464f053ad20b773f9e31863 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 16 Jul 2016 11:15:23 +0200 Subject: Core/Commands: Allow .cooldown command to work on player pets (cherry picked from commit 9509aac38b29cf47ee2ea99e41e73b82b22cff7a) (cherry picked from commit 86a594a4dd9b37d7a8428e2c54acd78836e9474d) --- sql/updates/world/6.x/2016_07_16_01_world_2016_07_16_06_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/6.x/2016_07_16_01_world_2016_07_16_06_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/6.x/2016_07_16_01_world_2016_07_16_06_world.sql b/sql/updates/world/6.x/2016_07_16_01_world_2016_07_16_06_world.sql new file mode 100644 index 00000000000..a8e9510c965 --- /dev/null +++ b/sql/updates/world/6.x/2016_07_16_01_world_2016_07_16_06_world.sql @@ -0,0 +1 @@ +UPDATE `command` SET `help`='Syntax: .cooldown [#spell_id]\r\n\r\nRemove all (if spell_id not provided) or #spel_id spell cooldown from selected character or their pet or you (if no selection).' WHERE `name`='cooldown'; -- cgit v1.2.3