diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-08 07:09:21 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-08 07:09:21 +0200 |
| commit | 43569d7733c0e7646186b2626049dff642387849 (patch) | |
| tree | 11b8d04ac956365fafa2ee83f0ce12ec75ddcc55 | |
| parent | b238822a34ed1525ebe6b2a8326a257bc342515b (diff) | |
DB/Quest: Journey to the Sunwell
Closes #11016
| -rw-r--r-- | sql/updates/world/2014_07_08_03_world_creature.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_08_03_world_creature.sql b/sql/updates/world/2014_07_08_03_world_creature.sql new file mode 100644 index 00000000000..b31f8be34c0 --- /dev/null +++ b/sql/updates/world/2014_07_08_03_world_creature.sql @@ -0,0 +1,5 @@ +-- +SET @CGUID := 43498; +DELETE FROM `creature` WHERE id=37527; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(@CGUID, 37527, 530, 1, 1, 12559.3, -6783.323, 15.06894, 0.06981317, 120, 0, 0); |
