fix(DB/creature): change spell Chill to Chilled for Chillwind Ravager (#7225)
This commit is contained in:
parent
3b0c3f58c6
commit
e8a0b1a17d
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628065925391917900');
|
||||
|
||||
-- Changed the spell Chill(28547) to Chilled(15850) for Chillwind Ravager(7449)
|
||||
UPDATE `smart_scripts` SET `action_param1` = 15850, `comment` = 'Chillwind Ravager - In Combat - Cast \'Chilled\'' WHERE (`entryorguid` = 7449) AND (`source_type` = 0) AND (`id` IN (0));
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue