diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-16 01:28:17 +0100 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-16 01:28:17 +0100 |
| commit | 3d8078322e8f9b91159d8f0824a019028c709132 (patch) | |
| tree | 732ae4c881bdb569e2dea5dda9003e9ee7f35cf3 | |
| parent | 50d99005a564cca7dfd9535f21a6b54b45146615 (diff) | |
DB/Creature: spawn Stabled Argent Warhorse
By Foldor, closes #11479, updates #11043
| -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); |
