diff --git a/sql/world/base/zone_thunder_bluff.sql b/sql/world/base/zone_thunder_bluff.sql index 9e3753c..311e160 100644 --- a/sql/world/base/zone_thunder_bluff.sql +++ b/sql/world/base/zone_thunder_bluff.sql @@ -34,6 +34,10 @@ INSERT INTO `creature` (`id1`, `map`, `position_x`, `position_y`, `position_z`, DELETE FROM `creature` WHERE `id1`=12198; INSERT INTO `creature` (`id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES (12198, 1, -995.143, 217.173, 104.729, 4.46804, 500); +-- Remove WotLK Battlemasters +DELETE FROM `creature` WHERE `id1`=34978; +DELETE FROM `creature` WHERE `id1`=34976; + -- Karn Stonehoof UPDATE `creature_template` SET `subname`='Expert Blacksmith' WHERE `entry`=2998;