mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Herman Walker, Grumman Slatefist and Shenarial are now officially battlemasters. Karg Skullgore & Sawemba have been reassigned to their duty of random BGs battlemasters.
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user