diff options
author | Killyana <morphone1@gmail.com> | 2015-10-04 18:43:57 +0200 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-10-16 15:57:11 +0200 |
commit | 60dc515b64811f693ebfd851b7900808472131c2 (patch) | |
tree | 66f15ab3482f2a576c524c03ed79cc29b7401374 | |
parent | 9dd7a06b51d0591fbd165dd29d0ee9ca247504a5 (diff) |
DB/Creature: Fix Npcflag for High Overlord Saurfang and Muradin Bronzebeard
(cherry picked from commit 6a10dbd79c9436c9233d8e170833c0897ce145f8)
-rw-r--r-- | sql/updates/world/2015_10_16_05_world_2015_10_04_02.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_16_05_world_2015_10_04_02.sql b/sql/updates/world/2015_10_16_05_world_2015_10_04_02.sql new file mode 100644 index 00000000000..f95cb062b82 --- /dev/null +++ b/sql/updates/world/2015_10_16_05_world_2015_10_04_02.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `npcflag`=0 WHERE `entry` IN (37187,37200); |