This commit is contained in:
5
trunk/dist/sql/game/updates/deprecated/20090910update.sql
vendored
Normal file
5
trunk/dist/sql/game/updates/deprecated/20090910update.sql
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Gracia final fateWhisper update
|
||||
-- Delete me when new conds are finished
|
||||
UPDATE `character_quests` SET `value` = 12 WHERE (`name` = '234_FatesWhisper' AND `value` = 10);
|
||||
UPDATE `character_quests` SET `value` = 11 WHERE (`name` = '234_FatesWhisper' AND `value` = 9);
|
||||
UPDATE `character_quests` SET `value` = 10 WHERE (`name` = '234_FatesWhisper' AND `value` = 8);
|
||||
Reference in New Issue
Block a user