Sync with L2jServer HighFive Jul 3rd 2015.
This commit is contained in:
@@ -221,8 +221,8 @@ public final class QuestState
|
||||
* <ul>
|
||||
* <li>Initialize class variable "vars" if is null.</li>
|
||||
* <li>Initialize parameter "val" if is null</li>
|
||||
* <li>Add/Update couple (var,val) in class variable HashMap "vars"</li>
|
||||
* <li>If the key represented by "var" exists in HashMap "vars", the couple (var,val) is updated in the database.<br>
|
||||
* <li>Add/Update couple (var,val) in class variable Map "vars"</li>
|
||||
* <li>If the key represented by "var" exists in Map "vars", the couple (var,val) is updated in the database.<br>
|
||||
* The key is known as existing if the preceding value of the key (given as result of function put()) is not null.<br>
|
||||
* If the key doesn't exist, the couple is added/created in the database</li>
|
||||
* <ul>
|
||||
|
Reference in New Issue
Block a user