Browse Source

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.

Juris 10 years ago
parent
commit
5f76cc9db8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      L2J_DataPack/dist/sql/game/updates/20141224update.sql

+ 1 - 1
L2J_DataPack/dist/sql/game/updates/20141224update.sql

@@ -1 +1 @@
-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';