diff options
-rw-r--r-- | sql/updates/world/2014_02_16_00_world_creature.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_16_00_world_creature.sql b/sql/updates/world/2014_02_16_00_world_creature.sql new file mode 100644 index 00000000000..0ddaa9a54d8 --- /dev/null +++ b/sql/updates/world/2014_02_16_00_world_creature.sql @@ -0,0 +1,5 @@ +-- Stabled Argent Warhorse +SET @CGUID := 25; +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(@CGUID+0, 33870, 571, 1, 1, 8484.01, 911.0868, 547.376, 2.687807, 120, 0, 0); |