mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
DB/Emotes
* added emotes to DB .. why? just because! * also added to search * cross-linked achievements and emotes * data is generated via: php aowow --sql=emotes * setup requires GlobalStrings.lua (see README.md)
This commit is contained in:
@@ -835,7 +835,8 @@ var mn_database = [
|
||||
[1,"Sorts","?spells",mn_spells],
|
||||
[10,"Titres","?titles",mn_titles],
|
||||
[11,"Évènements mondiaux","?events",mn_holidays],
|
||||
[6,"Zones","?zones",mn_zones]
|
||||
[6,"Zones","?zones",mn_zones],
|
||||
[100,"Emotes","?emotes",null]
|
||||
];
|
||||
var mn_tools = [
|
||||
[0,"Calculateur de talents","?talent",mn_talentCalc],
|
||||
|
||||
Reference in New Issue
Block a user