diff options
| author | Keader <keader.android@gmail.com> | 2016-11-25 22:42:56 -0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2018-02-11 16:04:28 +0100 |
| commit | aab6416e64b0d99ddd9bdb9dfffb4f0ebca8b880 (patch) | |
| tree | ff0b27b71dc53b38a86327b434dd5bb41e777ae8 /sql | |
| parent | 95ca7b11d02b96808733ca3ff158188ef971be00 (diff) | |
Core/Scripts: Fixed Supremus encounter (#18234)
Core/Scripts: Fixed Supremus encounter
(cherry picked from commit 51507efd01f403bde5fff3e29f777e771a742c1a)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2018_02_11_06_world_2016_11_26_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_02_11_06_world_2016_11_26_01_world.sql b/sql/updates/world/master/2018_02_11_06_world_2016_11_26_01_world.sql new file mode 100644 index 00000000000..5a521526f62 --- /dev/null +++ b/sql/updates/world/master/2018_02_11_06_world_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; |
