diff options
author | offl <offl@users.noreply.github.com> | 2020-10-20 02:03:06 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-28 21:55:07 +0100 |
commit | c85c4d7c855a6fc83e0214bf7caa3852de7223f9 (patch) | |
tree | 77868b6e5996ab66301cd465e73f34480c1b640d | |
parent | b7bb681785e6ee6a9e55bebfcd59bab070172b0d (diff) |
DB/Creature: Update Ar'kelos' script, auras & speed
(cherry picked from commit 4df7b2d34b50c8aadd0c980bac3bbd326205c771)
-rw-r--r-- | sql/updates/world/master/2022_02_28_40_world_2020_10_20_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_28_40_world_2020_10_20_02_world.sql b/sql/updates/world/master/2022_02_28_40_world_2020_10_20_02_world.sql new file mode 100644 index 00000000000..99a807891c5 --- /dev/null +++ b/sql/updates/world/master/2022_02_28_40_world_2020_10_20_02_world.sql @@ -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; |