diff --git a/data/sql/updates/pending_db_world/Scarlet_Peasants.sql b/data/sql/updates/pending_db_world/Scarlet_Peasants.sql new file mode 100644 index 000000000..401226e5f --- /dev/null +++ b/data/sql/updates/pending_db_world/Scarlet_Peasants.sql @@ -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;