diff options
| author | Kittnz <frederik156@hotmail.com> | 2016-10-18 22:42:39 +0200 |
|---|---|---|
| committer | Kittnz <frederik156@hotmail.com> | 2016-10-18 22:42:39 +0200 |
| commit | 284e0d9bb64b3d0547326d501633949c5eb1720b (patch) | |
| tree | 8e6ca96edabb934a245d6a92baa399cc9ec39853 | |
| parent | 489e5b60dbe2faeb3fc0c7f4c359d2e75a1c9472 (diff) | |
DB/Creature: Set correct Position Z height of Orc Commoner in Orgrimmar
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_18_03_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_18_03_world_335.sql b/sql/updates/world/3.3.5/2016_10_18_03_world_335.sql new file mode 100644 index 00000000000..2655317d4b8 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_18_03_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_z`=10.3933 WHERE `guid`=134982; |
