forked from MagicBane/Server
More parser work.
This commit is contained in:
@@ -3037,4 +3037,14 @@ public class Enum {
|
||||
CHARMED,
|
||||
SIEGEENGINE
|
||||
}
|
||||
|
||||
public enum ItemFlags {
|
||||
Indestructible,
|
||||
Identified,
|
||||
NoBond,
|
||||
NoQuit,
|
||||
Magic,
|
||||
NoDrop,
|
||||
Rare;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user