generated from azerothcore/skeleton-module
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Benjamin Jackson edited this page Jul 18, 2023
·
2 revisions
Some basic information for most tables used in the module:
- ID: Index used to denote which template the data applies to.
- RaceMask: This is a bitmask value used to denote which races the data applies to. You can find information on bitmasks and how they work here, as well as the IDs and bitmask values of the various races here.
- ClassMask: This is a bitmask value used to denote which classes the data applies to. You can find the IDs and bitmask values of the various classes here.
- Comment: This is just a basic text field to provide some information on the data. Aside from the index table, this field is not queried anywhere by the module.