Search:
Login
Preferences
Help/Guide
About Trac
Forgot your password?
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 1
and
Version 2
of
skills
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
05/30/15 15:38:53 (
9 years
ago)
Author:
Support
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
skills
v1
v2
52
52
Necromancy = 49, //
53
53
}}}
54
55
56
public enum FoodType
57
{
58
None = 0x0000,
59
Meat = 0x0001,
60
FruitsAndVegies = 0x0002,
61
GrainsAndHay = 0x0004,
62
Fish = 0x0008,
63
Eggs = 0x0010,
64
Gold = 0x0020
65
}