mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
DB/Quest: Fix some quest requirements
This commit is contained in:
10
sql/updates/world/3.3.5/2019_02_04_00_world.sql
Normal file
10
sql/updates/world/3.3.5/2019_02_04_00_world.sql
Normal file
@@ -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