diff options
| author | Killyana <morphone1@gmail.com> | 2016-07-20 14:09:51 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-07-20 14:09:51 +0200 |
| commit | 218d73d7581d089cc68024496426ae35b50a18a4 (patch) | |
| tree | 1360051dc80fd01def6e708e598b24889c84cc1d | |
| parent | 6b3067f978b3342bddca9d0e06d133d54c5036e0 (diff) | |
DB/Creature: Precious <Simone's Pet> Z coordinate
Closes #17636
By tkrokli
| -rw-r--r-- | sql/updates/world/3.3.5/2016_07_20_00_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_20_00_world_335.sql b/sql/updates/world/3.3.5/2016_07_20_00_world_335.sql new file mode 100644 index 00000000000..2bcc4f42bf2 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_07_20_00_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_z`= -265.613 WHERE `guid`= 24440 AND `id`= 14528; |
