-Dropped Javolution.
-Removal of Q00344_1000YearsTheEndOfLamentation. -Fixed starting conditions for Q00144_PailakaInjuredDragon. -Fixed starting conditions for last Seven Sign quests. -Added missing MonasteryOfSilence.xml instance spawns and doors. -Removed many catacomb spawns.
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 FastMap "vars"</li>
|
||||
* <li>If the key represented by "var" exists in FastMap "vars", the couple (var,val) is updated in the database.<br>
|
||||
* <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>
|
||||
* 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