diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2017-05-09 21:11:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-09 21:11:13 +0200 |
| commit | d48c4bbbc7b3adc195ec5e8d0cc9e6c11f9a78e1 (patch) | |
| tree | 14c969f25a8ff096cd63db4574029df41e5bd731 | |
| parent | b52949aa1f156fb58c58ab18d9565af858361d24 (diff) | |
DB/Creature: Move Hippogryph Master Stephanos to wow 4.0.3 location
Closes #18339
Cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/294969887c6466eb24d6e6da6e9fe53d70f5f233
| -rw-r--r-- | sql/updates/world/master/2017_05_09_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_05_09_00_world.sql b/sql/updates/world/master/2017_05_09_00_world.sql new file mode 100644 index 00000000000..bf0b9483f85 --- /dev/null +++ b/sql/updates/world/master/2017_05_09_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_x`=-3865.313, `position_y`=-11642.25, `position_z`=-137.5662 WHERE `guid`=63164; |
