diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-08-04 13:28:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-04 13:28:46 +0200 |
commit | 02b4bc260cfc5d3fcce01628873d8907b8e3acd1 (patch) | |
tree | efc48e0dbb998bd1c0bbabc9d8d605e4a9da9b8c | |
parent | 32bbdcae3ffee7e14df32a305247711755699f07 (diff) |
DB/Misc: Fix some startup errors
Closes #19951 by codeman8214
-rw-r--r-- | sql/updates/world/master/2017_08_04_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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 |