Deprecated old QuestData, updated all references to use the new QuestData structure

Refactored pets, all pet logic decoupled from the UI. This should make adding/changing pets much easier.
This commit is contained in:
jendave
2011-08-06 17:29:03 +00:00
parent 26a2cf7757
commit e9594c88b9
43 changed files with 10801 additions and 11545 deletions

View File

@@ -19,6 +19,8 @@ import java.util.Map.Entry;
*
* @author Clemens Koza
*/
@SuppressWarnings({"deprecation"})
@Deprecated
public class QuestData_State implements Serializable {
private static final long serialVersionUID = 7007940230351051937L;