aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-10-20 02:03:06 +0300
committeroffl <offl@users.noreply.github.com>2020-10-20 02:03:06 +0300
commit4df7b2d34b50c8aadd0c980bac3bbd326205c771 (patch)
treebaa233f5e0313f365e62dceb2ccc09335687f680
parentaf39c21e72089a08a065b45b9e68b325b6ce57ad (diff)
DB/Creature: Update Ar'kelos' script, auras & speed
-rw-r--r--sql/updates/world/3.3.5/2020_10_20_02_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_10_20_02_world.sql b/sql/updates/world/3.3.5/2020_10_20_02_world.sql
new file mode 100644
index 00000000000..99a807891c5
--- /dev/null
+++ b/sql/updates/world/3.3.5/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;