mirror of
https://github.com/araxiaonline/mod-azerothshard.git
synced 2026-06-13 09:42:25 -04:00
* chore. Compatibility with the latest version * ci: add apps/ directory for ci scripts * Update SQL files * Update workflow and upload template * rewrite getf method * Revert "Update workflow and upload template" This reverts commit 7951beaca606f8667d107e4436dfe65d43cd947b. * Pointer to local variable * update workflow * Revert "Pointer to local variable" This reverts commit 22a66673e94b00dabb88f4bde297b0d44898a27c. * Change const char for std::string * AzthLanguage in modules * fix build error * fix build * fix. sql * fix sql --------- Co-authored-by: Helias <stefanoborzi32@gmail.com>
3 lines
160 B
SQL
3 lines
160 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);
|