Skip to content

Commit

Permalink
DB/Creature: fix School of Fish above water surface
Browse files Browse the repository at this point in the history
by CraftedRO closes  TrinityCore#30040
  • Loading branch information
Aokromes authored Jun 20, 2024
1 parent 844efbf commit b1a0dfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/updates/world/3.3.5/2024_06_20_00_world.sql
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit b1a0dfa

Please sign in to comment.