mirror of
https://github.com/araxiaonline/WoWDBDefs.git
synced 2026-06-13 03:32:22 -04:00
17 lines
393 B
Plaintext
17 lines
393 B
Plaintext
COLUMNS
|
|
int ID
|
|
int SoundType // per soundType, exactly one soundSubtype needs to be given
|
|
int SoundSubtype // 0, 4 or 8; client reads (soundSubtype >> 2) & 3
|
|
int<SoundEntries::ID> SoundID
|
|
|
|
BUILD 3.3.5.12340
|
|
BUILD 0.5.3.3368
|
|
BUILD 3.0.1.8303-3.3.5.12340
|
|
BUILD 2.0.0.5610-2.4.3.8606
|
|
BUILD 1.0.0.3980-1.12.3.6141
|
|
BUILD 0.5.3.3368-0.12.0.3988
|
|
$id$ID<32>
|
|
SoundType<32>
|
|
SoundSubtype<32>
|
|
SoundID<32>
|