diff options
-rw-r--r-- | sql/updates/world/3.3.5/2025_04_12_04_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_04_12_04_world.sql b/sql/updates/world/3.3.5/2025_04_12_04_world.sql new file mode 100644 index 00000000000..4d03bfc1276 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_04_12_04_world.sql @@ -0,0 +1,4 @@ +-- King Mukla (Area: -Jaguero Isle- - Difficulty: 0) +UPDATE `creature` SET `position_x`=-14721.4853515625, `position_y`=-389.7718505859375, `position_z`=8.1319427490234375, `orientation`=3.83042454719543457, `wander_distance`=30, `MovementType`=1, `VerifiedBuild`=60141 WHERE `guid`=823 and `id`=1559; +UPDATE `creature_template_addon` SET `PvpFlags`=0 WHERE `entry`=1559; +UPDATE `creature_template` SET `speed_walk`=4/2.5, `speed_run`=7.5/7 WHERE `entry`=1559; |