DB/Creature: Update Ar'kelos' script, auras & speed

This commit is contained in:
offl
2020-10-20 02:03:06 +03:00
parent af39c21e72
commit 4df7b2d34b

View File

@@ -0,0 +1,4 @@
--
UPDATE `smart_scripts` SET `event_type` = 0, `event_param1` = 6000, `event_param2` = 6000, `comment` = "Ar'kelos - In Combat - Cast 'Arcane Explosion'" WHERE `entryorguid` = 19494 AND `source_type` = 0 AND `id` = 0;
UPDATE `creature_addon` SET `auras` = "34364" WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` = 19494);
UPDATE `creature_template` SET `speed_walk` = 1 WHERE `entry` = 19494;