diff options
author | shlomi1515 <shlomi1515@trinity.contrib> | 2012-01-05 11:16:18 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-01-05 11:16:18 +0100 |
commit | d8827d8a6ab451abd156e278af743d9f8ee5c814 (patch) | |
tree | 245988b5a75577a0420205952f8e26bb4d79d830 | |
parent | e670f14e6f0c6812f0f68d2d729c59d16b58fe34 (diff) |
DB/Creature: fix position of a Stormforged Raider
closes #3644
-rw-r--r-- | sql/updates/world/2012_01_05_05_world_creature.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_05_05_world_creature.sql b/sql/updates/world/2012_01_05_05_world_creature.sql new file mode 100644 index 00000000000..b902db64ee6 --- /dev/null +++ b/sql/updates/world/2012_01_05_05_world_creature.sql @@ -0,0 +1,2 @@ +-- Update position of a Stormforged Raider that was flying +UPDATE `creature` SET position_X=8471.19, position_Y=-105.686, position_Z=792.018 WHERE guid=114177; |