mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 17:49:10 +00:00
fix(DB/creature): change spell Chill to Chilled for Chillwind Ravager (#7225)
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user