mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/Creature: Update Ar'kelos' script, auras & speed
This commit is contained in:
4
sql/updates/world/3.3.5/2020_10_20_02_world.sql
Normal file
4
sql/updates/world/3.3.5/2020_10_20_02_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user