diff options
author | Killyana <morphone1@gmail.com> | 2020-05-05 03:29:55 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-02 13:55:55 +0100 |
commit | 2cb559e4a746c0eafa8018a64611c237ee03f000 (patch) | |
tree | 8612d32b2200879d85d163349d8ea0dd4c41e5d5 /sql | |
parent | b0673442039480eacac23d48292948e67965713f (diff) |
DB/Spawn: Fix some under-map creature and gobs
(cherry picked from commit 4e4a999e49fc7a9d0b55e19bd77fffd59683621a)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2022_01_02_06_world_2020_05_04_06_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_02_06_world_2020_05_04_06_world.sql b/sql/updates/world/master/2022_01_02_06_world_2020_05_04_06_world.sql new file mode 100644 index 00000000000..5068386da81 --- /dev/null +++ b/sql/updates/world/master/2022_01_02_06_world_2020_05_04_06_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject` SET `position_z`=219.7 WHERE `guid` IN (160660,160760); +UPDATE `creature` SET `position_z`=219.50451 WHERE `guid` IN (110729); |