diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-08-27 01:54:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-27 01:54:52 +0200 |
commit | 819ee0922cab464833230142358e2cba99d88282 (patch) | |
tree | 4ea9dbce0845278ca0bb255b13967c593e4a8c03 /sql | |
parent | 2f846efe07747b413656a71bb860091ba69ecd6a (diff) |
DB/Creature: Fix Ranshalla pathing to avoid to fall under floor
closes #31239
by AlexPro54
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2025_08_27_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_08_27_01_world.sql b/sql/updates/world/3.3.5/2025_08_27_01_world.sql new file mode 100644 index 00000000000..b91f8a0c502 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_08_27_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `script_waypoint` SET `location_z`=803.93 WHERE `entry`=10300 AND `pointid`=7; |