Files
WoWDBDefs/definitions/SoundCharacterMacroLines.dbd
T
Martin Benjamins 45875e14da Format update: make all uint colums int
Builds will have to be re-merged to properly set signedness per column in version definitions.
2018-06-10 15:45:11 +02:00

14 lines
410 B
Plaintext

COLUMNS
int ID
int Category // 0 = help, 1 = inc, 2 = charge, 3 = flee, 4 = attack, 5 = oom, 6 = fol, 7 = wait, 8 = heal, 9 = cheer, 10 = fire, 11 = hello; 1+: 12 = bye, 13 = rasp, 14 = yes, 15 = no, 16 = thanks, 17 = welcome, 18 = congrats, 19 = flirt, 20 = silly
int Sex
int<ChrRaces::ID> Race
int<SoundEntries::ID> SoundID
BUILD 0.5.3.3368, 1.12.1.5875
$id$ID<32>
Category<32>
Sex<32>
Race<32>
SoundID<32>