setup script for itemsets

a few things to consider:
 - the virtual Itemset-Ids will not be the same as wowheads. Which dosn't really matter imho..
 - the Arena-Sets all have their base names. I've to admit, i'm not too fond of the idea to collect 40 prefix-strings and attach them manually. But i see no other option.
 - availability for players is not supported. I dread the thought of crawling through vendor and loot-tables for every .. single .. item!
This commit is contained in:
Sarjuuk
2013-03-23 16:40:47 +01:00
parent 6c25f69c16
commit 77889459b5
2 changed files with 486 additions and 0 deletions

View File

@@ -113,6 +113,12 @@ switch ($pageCall)
require 'setup/tools/dataset-assembler/'.$pageParam.'.php';
break;
}
case 'sql':
if (User::isInGroup(U_GROUP_EMPLOYEE))
{
require 'setup/tools/sql/_'.$pageParam.'.php';
break;
}
case 'setup':
if (User::isInGroup(U_GROUP_EMPLOYEE))
{