diff options
| author | Kittnz <frederik156@hotmail.com> | 2016-10-18 23:00:05 +0200 |
|---|---|---|
| committer | Kittnz <frederik156@hotmail.com> | 2016-10-18 23:00:05 +0200 |
| commit | c04ae040b81aab2589d4e6b51513a6d9eff161f5 (patch) | |
| tree | a65c470c0008d76a97a8741efec60328e8cd29f3 | |
| parent | c06c90f6b67c3bcf3f91987fa84e6bd34cd8bdcb (diff) | |
DB/Creature: Fix height of Rachelle Gothena
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_18_05_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_18_05_world_335.sql b/sql/updates/world/3.3.5/2016_10_18_05_world_335.sql new file mode 100644 index 00000000000..895253f421d --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_18_05_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_Z`=17.873 WHERE `guid`=86234; |
