updated packed database .. also some minor fixes

This commit is contained in:
Sarjuuk
2013-05-16 19:44:19 +02:00
parent 86387f7707
commit 4238395921
4 changed files with 12 additions and 12 deletions

View File

@@ -352,7 +352,7 @@ class SpellListFilter extends Filter
case 2: // costPct [op] [int]
return 's.powerCostPercent '.$this->int2Op($cr[1]).' '.intVal($cr[2]);
case 3: // requires FocusGO [y|n]
return $this->int2Bool($cr[1]) ? 's.spellFocusObject > 0' : 's.spellfocus = 0';
return $this->int2Bool($cr[1]) ? 's.spellFocusObject > 0' : 's.spellFocusObject = 0';
case 4: // trainingcost [op] [int]
return 's.trainingcost '.$this->int2Op($cr[1]).' '.intVal($cr[2]);
case 5: // Profession Specialitation [y|n]