More cleanup for vanilla creatures (#802)

move all vanilla creature edits from zone sql files to vanilla_creatures
This commit is contained in:
Simon Hensel
2025-10-11 10:11:45 +02:00
committed by GitHub
parent c5bff73a83
commit 67f9235309
12 changed files with 58 additions and 140 deletions

View File

@@ -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;