From 43569d7733c0e7646186b2626049dff642387849 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 8 Jul 2014 07:09:21 +0200 Subject: DB/Quest: Journey to the Sunwell Closes #11016 --- sql/updates/world/2014_07_08_03_world_creature.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2014_07_08_03_world_creature.sql (limited to 'sql') 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); -- cgit v1.2.3