diff options
author | Killyana <morphone1@gmail.com> | 2016-06-01 18:45:49 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-06-01 18:45:49 +0200 |
commit | 3feeecf76cc61e7ec2e26f2d6af7e41ae7e8c835 (patch) | |
tree | 184d9f0a0e25641b02ecbbadc8c1addfa7e790b7 | |
parent | e3aa19281f4d1e2437a5654715f75ae919bd4027 (diff) |
DB/Creature: Fix spawn position for Froggers
Updates #16488
-rw-r--r-- | sql/updates/world/3.3.5/2016_06_01_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_01_01_world.sql b/sql/updates/world/3.3.5/2016_06_01_01_world.sql new file mode 100644 index 00000000000..80ecabe34aa --- /dev/null +++ b/sql/updates/world/3.3.5/2016_06_01_01_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature` SET `position_x`=3154.581, `position_y`=-3126.18, `position_z`=293.5911, `orientation`=4.430199 WHERE `guid`=76311; +UPDATE `creature` SET `position_x`=3128.622, `position_y`=-3119.604, `position_z`=293.4113, `orientation`=4.738929 WHERE `guid`=76312; +UPDATE `creature` SET `position_x`=3175.281, `position_y`=-3134.764, `position_z`=293.4368, `orientation`=4.244924 WHERE `guid`=76313; +UPDATE `smart_scripts` SET `action_param1`=34 WHERE `entryorguid`=16027 AND `source_type`=0 AND `id`=3 AND `link`=4; |