aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-07-16 11:15:23 +0200
committerShauren <shauren.trinity@gmail.com>2016-07-16 14:14:43 +0200
commite2d6c362f2c80346c464f053ad20b773f9e31863 (patch)
tree862d116ccdd81462621bb495c4a2cddd63fe39c0 /sql
parent030c0b21b721cdcbef12a09cc627adef3333b84f (diff)
Core/Commands: Allow .cooldown command to work on player pets
(cherry picked from commit 9509aac38b29cf47ee2ea99e41e73b82b22cff7a) (cherry picked from commit 86a594a4dd9b37d7a8428e2c54acd78836e9474d)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/6.x/2016_07_16_01_world_2016_07_16_06_world.sql1
1 files changed, 1 insertions, 0 deletions
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';