fix(DB/Creature) Remove Random in Radius and edit orientation for some Scarlet Peasants. (#21797)

This commit is contained in:
Rocco Silipo
2025-03-29 11:18:43 +01:00
committed by GitHub
parent 1a9000f636
commit d21dd6d0bd

View File

@@ -0,0 +1,7 @@
-- Set Wander Distance and Movement Type
UPDATE `creature` SET `wander_distance` = 0, `MovementType` = 0 WHERE (`id1` = 28557) AND (`guid` IN (128755, 128761, 128763));
-- Set Orientation
UPDATE `creature` SET `orientation` = 5.80374 WHERE `guid` = 128758 AND `id1` = 28557;
UPDATE `creature` SET `orientation` = 6.14145 WHERE `guid` = 128766 AND `id1` = 28557;