diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-07-16 11:15:23 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-07-16 11:15:23 +0200 |
| commit | 9509aac38b29cf47ee2ea99e41e73b82b22cff7a (patch) | |
| tree | 0bdbc0cdd2e12cfe55b03d95da10057a02d9551c /sql/updates/world | |
| parent | 236547435ab62902fbdfbcae297695b5ccdeba26 (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.sql | 1 |
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'; |
