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