aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2016-11-25 22:42:56 -0200
committerAokromes <Aokromes@users.noreply.github.com>2016-11-26 01:42:56 +0100
commit51507efd01f403bde5fff3e29f777e771a742c1a (patch)
tree89e7e57167a5dd32d6ef1294150aab67e235fb24 /sql/updates
parent571b3b6a769e070ed33a49e9b32b3407facb8d3e (diff)
Core/Scripts: Fixed Supremus encounter (#18234)
Core/Scripts: Fixed Supremus encounter
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2016_11_26_01_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_11_26_01_world.sql b/sql/updates/world/3.3.5/2016_11_26_01_world.sql
new file mode 100644
index 00000000000..5a521526f62
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_11_26_01_world.sql
@@ -0,0 +1,6 @@
+-- Fixed speed for Supremus
+UPDATE `creature_template` SET `speed_walk`=2.4, `speed_run`=2.14286 WHERE `entry`=22898;
+-- Added unit_flag UNIT_FLAG_NOT_SELECTABLE in Supremus Volcano
+UPDATE `creature_template` SET `unit_flags`=`unit_flags`|33554432 WHERE `entry`=23085;
+-- Updated script name of creature Molten Flame
+UPDATE `creature_template` SET `ScriptName`='npc_molten_flame' WHERE `entry`=23095;