fix(Scripts/Quest): reward money amount of Apprentice Angler (#6431)

Fixed #5184.
This commit is contained in:
UltraNix 2021-06-27 01:43:55 +02:00 committed by GitHub
parent c167b17b2a
commit 0c22cae717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624095622339138000');
UPDATE `quest_template` SET `RewardMoney`=0 WHERE `id`=8194;