diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2018-03-08 22:09:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-08 22:09:26 +0100 |
commit | 17645888292bf9df25e25ac6d600d46f4be007eb (patch) | |
tree | 6471394568e3237a403f38349fd240c1fb364d27 | |
parent | 097605263e3cfe2f9c382d63ba3233586dee09a4 (diff) |
typo fix
-rw-r--r-- | sql/updates/world/3.3.5/2018_03_08_07_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_08_07_world.sql b/sql/updates/world/3.3.5/2018_03_08_07_world.sql index 319c44f3a3d..ce67a8f1940 100644 --- a/sql/updates/world/3.3.5/2018_03_08_07_world.sql +++ b/sql/updates/world/3.3.5/2018_03_08_07_world.sql @@ -1,3 +1,3 @@ -- UPDATE `conditions` SET `ConditionValue1`=3, `ConditionValue2`=22395 WHERE `SourceEntry` IN (39124) AND `SourceTypeOrReferenceId`=13 AND `SourceGroup`=1; -UPDATE `creature` SET `position_x`=-4543.57177, `position_y`=1022.8920, `position_z`=9.817793, `orientation`=3.930219 WHERE `id`=21797 +UPDATE `creature` SET `position_x`=-4543.57177, `position_y`=1022.8920, `position_z`=9.817793, `orientation`=3.930219 WHERE `id`=21797; |