diff options
-rw-r--r-- | sql/updates/world/2014_03_06_02_world_battlemaster_entry.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2014_03_06_02_world_battlemaster_entry.sql b/sql/updates/world/2014_03_06_02_world_battlemaster_entry.sql new file mode 100644 index 00000000000..47a679c2c80 --- /dev/null +++ b/sql/updates/world/2014_03_06_02_world_battlemaster_entry.sql @@ -0,0 +1,6 @@ +UPDATE `creature_template` SET `npcflag`=`npcflag`|0x100000 WHERE `entry` IN (16711, 17506, 17507); + +DELETE FROM `battlemaster_entry` WHERE `entry` IN (34955, 35008); +INSERT INTO `battlemaster_entry` (`entry`, `bg_template`) VALUES +(34955, 32), +(35008, 32); |