From 02b4bc260cfc5d3fcce01628873d8907b8e3acd1 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 4 Aug 2017 13:28:46 +0200 Subject: DB/Misc: Fix some startup errors Closes #19951 by codeman8214 --- sql/updates/world/master/2017_08_04_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2017_08_04_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_08_04_00_world.sql b/sql/updates/world/master/2017_08_04_00_world.sql new file mode 100644 index 00000000000..4de06439635 --- /dev/null +++ b/sql/updates/world/master/2017_08_04_00_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature_template` SET `npcflag`=`npcflag`|16777216 WHERE `entry` IN (48803,48804,48913,51101); -- vehichleCursor, Spellclick +UPDATE `creature_template` SET `unit_flags2`=`unit_flags2`|1 WHERE `entry` IN (31485,31489,38126,38131,38401,38784,38785); -- UNIT_FLAG2_FEIGN_DEATH +UPDATE `creature_template` SET `unit_flags2`=`unit_flags2`|2048 WHERE `entry` IN (38262,38683,38684); -- UNIT_FLAG2_REGENERATE_POWER +UPDATE `creature_template` SET `unit_flags2`=`unit_flags2`|526336 WHERE `entry` IN (57359,57360,57361); +UPDATE `creature_template` SET `unit_flags2`=`unit_flags2`|2097152 WHERE `entry`=49709; -- Baron Silverlaine (1) level 87 -- cgit v1.2.3