mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
implementation of Sound DB
Client sounds are cross-referenced with as many other DB-Types as possible. Including, but not limited to: * Character VOs (Errors, Emotes) * Creature VOs (Boss Dialogue) * Zone Music and Ambience * Sounds triggerd by spells * Sounds from general item/spell usage, creature behavior Restrictions: * only one locale is supported. Choose wisely!
This commit is contained in:
@@ -48,7 +48,8 @@ class FileGen
|
||||
'enchants' => [['items', 'spell', 'itemenchantment'], null],
|
||||
'gems' => [['items', 'spell', 'itemenchantment'], null],
|
||||
'profiler' => [['quests', 'quests_startend', 'spell', 'currencies', 'achievement', 'titles'], null],
|
||||
'weightPresets' => [null, null]
|
||||
'weightPresets' => [null, null],
|
||||
'sounds' => [['sounds_files'], null]
|
||||
);
|
||||
|
||||
public static $defaultExecTime = 30;
|
||||
@@ -60,7 +61,8 @@ class FileGen
|
||||
'static/uploads/screenshots/temp',
|
||||
'static/uploads/screenshots/thumb',
|
||||
'static/uploads/temp/',
|
||||
'static/download/searchplugins/'
|
||||
'static/download/searchplugins/',
|
||||
'static/wowsounds/'
|
||||
);
|
||||
|
||||
public static $txtConstants = array(
|
||||
|
||||
Reference in New Issue
Block a user