diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2025-04-12 12:00:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 12:00:33 +0200 |
| commit | 6aaff4423f4b3b6e4ace4149316aa819803621cb (patch) | |
| tree | aa8b44b01bec389ab5fe7cfef05d483ba12fa973 | |
| parent | 21dda444d100922c53aafb5dae67fd07ddfc12ed (diff) | |
DB/Creature: Add random movement to King Mukla
closes #30838
by CraftedRO
| -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; |
