diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2024-06-20 20:24:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-20 20:24:25 +0200 |
| commit | b1a0dfa5d3f42612257cc3cde27f3831d4f8ad58 (patch) | |
| tree | 1479b700cd873331e6204fd63d432c1b5286715a | |
| parent | 844efbfca84580f7b2bd700f40209515f2aaa959 (diff) | |
DB/Creature: fix School of Fish above water surface
by CraftedRO closes #30040
| -rw-r--r-- | sql/updates/world/3.3.5/2024_06_20_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_06_20_00_world.sql b/sql/updates/world/3.3.5/2024_06_20_00_world.sql new file mode 100644 index 00000000000..df1432887e4 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_06_20_00_world.sql @@ -0,0 +1,2 @@ +-- Update School of fish coordinates +UPDATE `creature` SET `position_x`=-925.1334228515625, `position_y`=-5133.50732421875, `position_z`=-7.26972579956054687, `orientation`=1.15957343578338623, `spawntimesecs`=120, `VerifiedBuild`=55141 WHERE `guid`=13035 AND `id`=6145; |
