aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2017_07_02_00_world.sql15
1 files changed, 15 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_07_02_00_world.sql b/sql/updates/world/3.3.5/2017_07_02_00_world.sql
new file mode 100644
index 00000000000..41a5b48845d
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_07_02_00_world.sql
@@ -0,0 +1,15 @@
+--
+DELETE FROM `creature` WHERE `guid` IN (80433,80434);
+INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `curhealth`, `curmana`, `MovementType`) VALUES
+(80433, 10558, 329, 1, 1, 0, 1, 3692.93, -3363.16, 130.753, 3.24631, 604800, 0, 29850, 0, 0),
+(80434, 10558, 329, 1, 1, 0, 1, 3595.64, -3461.16, 136.267, 4.63659, 604800, 0, 29850, 0, 0);
+
+DELETE FROM `pool_template` WHERE `entry`=376;
+INSERT INTO pool_template (`entry`,`max_limit`,`description`) VALUES
+(376,1, 'Hearthsinger Forresten (1 out 3)');
+
+DELETE FROM `pool_creature` WHERE `pool_entry`=376;
+INSERT INTO pool_creature(`guid`,`pool_entry`,`chance`,`description`) VALUES
+(52150,376,0, 'Hearthsinger Forresten1'),
+(80433,376,0, 'Hearthsinger Forresten2'),
+(80434,376,0, 'Hearthsinger Forresten3');