From 3c1f635abd69eef5da5f264da34d96dc96880501 Mon Sep 17 00:00:00 2001 From: Kinzcool Date: Thu, 6 Mar 2014 22:34:47 -0500 Subject: [PATCH] Herman Walker, Grumman Slatefist and Shenarial are now officially battlemasters. Karg Skullgore & Sawemba have been reassigned to their duty of random BGs battlemasters. --- .../world/2014_03_06_02_world_battlemaster_entry.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2014_03_06_02_world_battlemaster_entry.sql 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);