mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Creature) Remove Random in Radius and edit orientation for some Scarlet Peasants. (#21797)
This commit is contained in:
7
data/sql/updates/pending_db_world/Scarlet_Peasants.sql
Normal file
7
data/sql/updates/pending_db_world/Scarlet_Peasants.sql
Normal 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;
|
||||
Reference in New Issue
Block a user