diff options
author | Killyana <morphone1@gmail.com> | 2017-07-02 19:43:00 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-08-14 18:26:16 +0200 |
commit | 7db70a5f897c410774b6f0af94aa1a2bb10d1f06 (patch) | |
tree | 428859c6896bdab5524696083f695e77ef371793 | |
parent | 04c303a7e5bc8bc27dedfdb99bc893f6d55da1de (diff) |
DB/Creature: Hearthsinger Forresten
(cherry picked from commit 57604f43bd6ec5c7a69039d9d8053cce5f681752)
-rw-r--r-- | sql/updates/world/master/2020_08_14_00_world_2017_07_02_00_world.sql | 15 |
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'); |