Core/Commands: Allow .cooldown command to work on player pets

This commit is contained in:
Shauren
2016-07-16 11:15:23 +02:00
parent 236547435a
commit 9509aac38b
2 changed files with 13 additions and 4 deletions

View File

@@ -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';