Optional AQ Questline Rep tweak

This commit is contained in:
郑佩茹
2022-05-24 09:12:01 -06:00
parent 8038013f64
commit fb4069885b
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
/* Optional but suggested change. Be sure to run AFTER vanilla_quest_reputations.sql.
Increases the Rep for The Hand of the Righteous by 40 times, so only about 5 turn-ins are necessary instead of 200.
Feel free to adjust to taste - divide RewardFactionOverride1 by 100 to get the amount of rep that would be awarded */
UPDATE quest_template SET RewardFactionOverride1=800000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8301;
UPDATE quest_template SET RewardFactionOverride1=800000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8302;

View File

@@ -1,3 +1,4 @@
/* Removes transports added in WotLK that remove separation between the continents in early game. */
-- From Stormwind to Auberdine -- From Stormwind to Auberdine
DELETE FROM `transports` WHERE `guid`=2; DELETE FROM `transports` WHERE `guid`=2;