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:
Sarjuuk
2015-07-21 00:26:49 +02:00
parent 5239cbd293
commit 6f59afe8e6
27 changed files with 569 additions and 14 deletions

View File

@@ -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],