mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Profiler preparations
* Setup - accessing realm info by way of Util function - added table ?_talents * Lists - added support for querying multiple databases with the same structure at once (read: realms) - added support for exact string matches and forcing collate of fields to ci * JS - renamed occurences of 'subregion' to 'battlegroup' to be in line with other scripts (the usage is the same)
This commit is contained in:
@@ -44,6 +44,7 @@ function firstrun($resume)
|
||||
['SqlGen::generate', 'spellrange', null, null, null],
|
||||
['SqlGen::generate', 'spellvariables', null, null, null],
|
||||
['SqlGen::generate', 'totemcategory', null, null, null],
|
||||
['SqlGen::generate', 'talents', null, null, null],
|
||||
['SqlGen::generate', 'classes', null, null, null],
|
||||
['SqlGen::generate', 'factions', null, null, null],
|
||||
['SqlGen::generate', 'factiontemplate', null, null, null],
|
||||
|
||||
Reference in New Issue
Block a user