Fix imports

This commit is contained in:
Gacko
2013-04-06 14:17:00 +02:00
parent 7cab8b3f2c
commit d4e5ea5db9
3 changed files with 3 additions and 3 deletions

View File

@@ -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;

View File

@@ -1,4 +1,4 @@
SET @LAFOO := 28120;
SET @LAFOO := 28120;
SET @MOODLE := 28122;
SET @JALOOT := 28121;
SET @CHICKENESCAPEE := 28161;

View File

@@ -1 +1 @@
DELETE FROM `creature_ai_scripts` WHERE `creature_id`=28371;
DELETE FROM `creature_ai_scripts` WHERE `creature_id`=28371;