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:
@@ -140,6 +140,3 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
||||
|
||||
-- Ragepaw, fix movement
|
||||
UPDATE `creature` SET `MovementType` = 1, `wander_distance` = 5 WHERE `id1` = 14342;
|
||||
|
||||
-- Olm the Wise, Cenarion Circle
|
||||
UPDATE `creature_template` SET `faction` = 1254 WHERE `entry` = 14343;
|
||||
|
||||
Reference in New Issue
Block a user