diff options
| author | Killyana <morphone1@gmail.com> | 2020-03-08 15:44:08 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-03-08 15:44:08 +0100 |
| commit | a6a2311b15552fffcbd17c6b5515d1aaf34bd2c8 (patch) | |
| tree | 9ebeec4ef1a37125345f84c48ba7cdb580818949 | |
| parent | 1d78fb2cd45c43d9132019dfb4bea35cc5efc3bd (diff) | |
DB/Creature: Fix wrong position for a Scion of Storm
Closes #24271
| -rw-r--r-- | sql/updates/world/3.3.5/2020_03_08_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_03_08_01_world.sql b/sql/updates/world/3.3.5/2020_03_08_01_world.sql new file mode 100644 index 00000000000..105e1c1e37d --- /dev/null +++ b/sql/updates/world/3.3.5/2020_03_08_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_x` =8288.70507, `position_y` =-2914.61132,`position_z` =1062.06652 WHERE `guid` = 146955; |
