diff options
author | Killyana <morphone1@gmail.com> | 2015-10-04 18:43:57 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-10-04 18:43:57 +0200 |
commit | 6a10dbd79c9436c9233d8e170833c0897ce145f8 (patch) | |
tree | 0deb68468a0cde4127cfc38460c6c84fcbcf5cf3 | |
parent | 7225b7abf10cd637c22eae5ef1b473dfbfbe9148 (diff) |
DB/Creature: Fix Npcflag for High Overlord Saurfang and Muradin Bronzebeard
-rw-r--r-- | sql/updates/world/2015_10_04_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_04_02_world.sql b/sql/updates/world/2015_10_04_02_world.sql new file mode 100644 index 00000000000..f95cb062b82 --- /dev/null +++ b/sql/updates/world/2015_10_04_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `npcflag`=0 WHERE `entry` IN (37187,37200); |