diff options
| author | Killyana <morphone1@gmail.com> | 2019-03-19 18:39:54 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-03-19 18:39:54 +0100 |
| commit | e1e3a9cab81b20dc87882e911c6bc6748640fa5f (patch) | |
| tree | 6590ee573334c4a2e470f15ea1bafa17b81b8194 | |
| parent | 3358cc2a4772aedf6415b5ba7ca3fdbbf808da24 (diff) | |
DB/GameObjects: Fix some WinterGrasp Banner position
| -rw-r--r-- | sql/updates/world/3.3.5/2019_03_19_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_03_19_01_world.sql b/sql/updates/world/3.3.5/2019_03_19_01_world.sql new file mode 100644 index 00000000000..4d6ed103c44 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_03_19_01_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `gameobject` SET `position_x`=4387.62, `position_y`=2719.57, `position_z`=389.935, `orientation`=-1.54462, `rotation2`=-0.697792, `rotation3`=0.716301, `state`=1 WHERE `guid`=75191 AND `id`=192450; +UPDATE `gameobject` SET `position_y`=2717.070068, `orientation`=-1.54462, `rotation2`=-0.697792, `rotation3`=0.716301, `state`=1 WHERE `guid` IN (75179,75190); +UPDATE `gameobject` SET `orientation`=-1.54462, `rotation2`=-0.704015, `state`=1 WHERE `guid`=75186 AND `id`=192441; |
