aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2014_07_08_03_world_creature.sql5
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);