Skip to content
Snippets Groups Projects
Commit 5f76cc9d authored by Juris's avatar Juris
Browse files

Minor fix for https://github.com/L2J/L2J_DataPack/commit/dfcb404235be38beda10d38644243b1a8fa9d73f,

I forgot that player variables are not stored in quest table. Sorry about that.
parent f31d7da3
No related branches found
No related tags found
No related merge requests found
UPDATE `character_quests` SET `value` = '1' WHERE `var` = '2ND_CLASS_DIAMOND_REWARD' AND `value` = 'true'; UPDATE `character_variables` SET `val` = '1' WHERE `var` = '2ND_CLASS_DIAMOND_REWARD' AND `val` = 'true';
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment