mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Scripts/ScarletMonastry: reworked Houndmaster Loksey's and Arcanist Doan's scripts
This commit is contained in:
12
sql/updates/world/4.3.4/2020_02_23_00_world.sql
Normal file
12
sql/updates/world/4.3.4/2020_02_23_00_world.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
-- Houndmaster Loksey
|
||||
UPDATE `creature_template` SET `flags_extra`= `flags_extra` | 0x800 WHERE `entry`= 3974;
|
||||
|
||||
DELETE FROM `spawn_group_template` WHERE `groupId`= 433;
|
||||
INSERT INTO `spawn_group_template` (`groupId`, `groupName`, `groupFlags`) VALUES
|
||||
(433, 'Scarlet Monastry - Houndmaster Loksey - Scarlet Tracking Hounds', 4);
|
||||
|
||||
DELETE FROM `spawn_group` WHERE `groupId`= 433;
|
||||
INSERT INTO `spawn_group` (`groupId`, `spawnType`, `spawnId`) VALUES
|
||||
(433, 0, 40089),
|
||||
(433, 0, 40091),
|
||||
(433, 0, 40090);
|
||||
Reference in New Issue
Block a user