aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2015_02_15_10_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_15_10_world.sql b/sql/updates/world/2015_02_15_10_world.sql
new file mode 100644
index 00000000000..d9506211550
--- /dev/null
+++ b/sql/updates/world/2015_02_15_10_world.sql
@@ -0,0 +1,5 @@
+--
+SET @newestguid := 45208;
+DELETE FROM `creature` WHERE `guid`=@newestguid AND `id`=25654;
+INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES
+(@newestguid, 25654, 571, 1, 1, 0, 0, 4207.15, 4057.02, 91.6273, 1.38362, 300, 0, 0, 42, 0, 0, 0, 0, 0);