mirror of
https://github.com/araxiaonline/mod-azerothshard.git
synced 2026-06-13 01:32:21 -04:00
2 lines
159 B
SQL
2 lines
159 B
SQL
-- update daily quests reward to 75
|
|
UPDATE quest_template SET RewardFactionValue1 = 3 WHERE (id <= 110095 AND id >= 110040) OR (id >= 100000 AND id <= 100100); |