Updated db2 structures to 7.3.2.25480

This commit is contained in:
hondacrx
2017-11-20 12:22:13 -05:00
parent a60fbcdf12
commit 79aeee0ebc
28 changed files with 322 additions and 233 deletions
@@ -703,6 +703,7 @@ namespace Framework.Constants
EventScenario6 = 30,
WorldPvPScenario2 = 32,
TimewalkingRaid = 33,
Pvp = 34,
Max
}
@@ -2319,4 +2320,9 @@ namespace Framework.Constants
Unk16 = 0x10, // 16, most common value
Unk32 = 0x20
}
public enum WorldMapTransformsFlags
{
Dundeon = 0x04
}
}