diff options
Diffstat (limited to 'sql/updates')
| -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; |
