fix(DB/Creature) Remove Random in Radius and edit orientation for some Scarlet Peasants. (#21797)
This commit is contained in:
parent
1a9000f636
commit
d21dd6d0bd
1 changed files with 7 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue