mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Hearthsinger Forresten
This commit is contained in:
15
sql/updates/world/3.3.5/2017_07_02_00_world.sql
Normal file
15
sql/updates/world/3.3.5/2017_07_02_00_world.sql
Normal file
@@ -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');
|
||||
Reference in New Issue
Block a user