aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
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 11:15:23 +0200
commit9509aac38b29cf47ee2ea99e41e73b82b22cff7a (patch)
tree0bdbc0cdd2e12cfe55b03d95da10057a02d9551c /sql/updates/world
parent236547435ab62902fbdfbcae297695b5ccdeba26 (diff)
Core/Commands: Allow .cooldown command to work on player pets
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/3.3.5/2016_07_16_06_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_16_06_world.sql b/sql/updates/world/3.3.5/2016_07_16_06_world.sql
new file mode 100644
index 00000000000..a8e9510c965
--- /dev/null
+++ b/sql/updates/world/3.3.5/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';