diff options
| author | Killyana <morphone1@gmail.com> | 2018-08-22 15:48:54 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-08-22 15:48:54 +0200 |
| commit | af8e28a80837f6448b3ccb303a1516aa12622e72 (patch) | |
| tree | 08119dfeac5a89f4e0c685880ab6c2952b1425af | |
| parent | eb1972f21d6e79da32a89cb58c5c28eb98b0a4fb (diff) | |
DB/Creature: Fix some npcs position in Eastern Plaguelands
| -rw-r--r-- | sql/updates/world/3.3.5/2018_08_22_00_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_08_22_00_world_335.sql b/sql/updates/world/3.3.5/2018_08_22_00_world_335.sql new file mode 100644 index 00000000000..b1cea1374e1 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_08_22_00_world_335.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature` SET `position_x`=3294.252, `position_y`=-3087.255, `position_z`=158.25 WHERE `guid`=84786; +UPDATE `creature` SET `position_x`=3275.445, `position_y`=-3128.624, `position_z`=156.78 WHERE `guid`=86295; +UPDATE `creature` SET `position_x`=3233.312, `position_y`=-3156.763, `position_z`=151.23 WHERE `guid`=69692; +UPDATE `creature` SET `position_x`=3285.249, `position_y`=-3139.968, `position_z`=153.65 WHERE `guid`=91830; |
