mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 22:49:39 -04:00
DB/Quest: Fix some quest requirements
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--
|
||||
UPDATE `quest_template` SET `RewardMoney` = 58000 WHERE `ID` IN (13100,13103);
|
||||
UPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` = 6963;
|
||||
UPDATE `quest_template` SET `AllowableRaces` = 1101 WHERE `ID` = 25253;
|
||||
UPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` = 25228;
|
||||
UPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` = 25254;
|
||||
UPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` = 25351;
|
||||
UPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` = 25348;
|
||||
UPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` = 25293;
|
||||
UPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` = 25288;
|
||||
Reference in New Issue
Block a user