mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
More cleanup for vanilla creatures (#802)
move all vanilla creature edits from zone sql files to vanilla_creatures
This commit is contained in:
@@ -262,11 +262,6 @@ INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `positio
|
||||
(260000, 22, -2245.92, -1344.81, 30.1417, NULL, 0, 0, 0, 100, 0);
|
||||
|
||||
|
||||
-- update npc factions
|
||||
UPDATE `creature_template` SET `faction` = 14 WHERE `entry` IN (2966, 3229, 8554); -- Battleboar, Squealer Thornmantle, Chief Sharptusk Thornmantle
|
||||
UPDATE `creature_template` SET `faction` = 57 WHERE `entry` IN (2989, 2990); -- Bael'dun Digger, Appraiser
|
||||
UPDATE `creature_template` SET `faction` = 111 WHERE `entry` IN (2952, 2953, 2954); -- Bristleback Quilboar, Shaman, Battleboar
|
||||
|
||||
-- update npc names
|
||||
UPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker' WHERE `entry` = 3069; -- Chaw Stronghide <Journeyman Leatherworker>
|
||||
UPDATE `creature_template` SET `subname` = 'Armorer and Shieldcrafter' WHERE `entry` = 3075; -- Bronk Steelrage
|
||||
@@ -274,8 +269,6 @@ UPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `en
|
||||
UPDATE `creature_template` SET `subname` = 'Skinner' WHERE `entry` = 6290; -- Yonn Deepcut <Skinner>
|
||||
UPDATE `creature_template` SET `subname` = 'Journeyman Engineer' WHERE `entry` = 10993; -- Twizwick Sprocketgrind <Journeyman Engineer>
|
||||
|
||||
UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry` IN (3210, 3211, 7975); -- guards
|
||||
|
||||
|
||||
DELETE FROM `npc_trainer` WHERE `ID` IN (3069, 3690, 5938, 5939, 6290, 10993);
|
||||
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES
|
||||
|
||||
Reference in New Issue
Block a user