mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Fix imports
This commit is contained in:
@@ -924,4 +924,4 @@ INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES
|
||||
(@QUESTPOOL+2, 1, 'Rejek Dailies'),
|
||||
(@QUESTPOOL+3, 1, 'Vekgar Dailies');
|
||||
-- Return of the lich hunter should be takable by both factions not only horde
|
||||
UPDATE `quest_template` SET `RequiredRaces`=0 WHERE `Id`=12692
|
||||
UPDATE `quest_template` SET `RequiredRaces`=0 WHERE `Id`=12692;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SET @LAFOO := 28120;
|
||||
SET @LAFOO := 28120;
|
||||
SET @MOODLE := 28122;
|
||||
SET @JALOOT := 28121;
|
||||
SET @CHICKENESCAPEE := 28161;
|
||||
|
||||
@@ -1 +1 @@
|
||||
DELETE FROM `creature_ai_scripts` WHERE `creature_id`=28371;
|
||||
DELETE FROM `creature_ai_scripts` WHERE `creature_id`=28371;
|
||||
|
||||
Reference in New Issue
Block a user