diff options
author | Killyana <morphone1@gmail.com> | 2020-05-05 03:29:55 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-05-05 03:29:55 +0200 |
commit | 4e4a999e49fc7a9d0b55e19bd77fffd59683621a (patch) | |
tree | f6d824ac93568f5e0888fdccdfa7fa3e64835339 | |
parent | 2384d1d8e4fb667ac6d7103c4cf465a97b21a084 (diff) |
DB/Spawn: Fix some under-map creature and gobs
-rw-r--r-- | sql/updates/world/3.3.5/2020_05_04_06_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_04_06_world.sql b/sql/updates/world/3.3.5/2020_05_04_06_world.sql new file mode 100644 index 00000000000..5068386da81 --- /dev/null +++ b/sql/updates/world/3.3.5/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); |