mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- check for url-param 'locale' and handle as temporary choice
- spell: added effect: killCredit2 to parsed list - fixed some mixups, when eventId was used instead of holidayId and vice versa - avoid zero values for page Types so there are no longer empty tooltips on the language-menu - rewrote conditions system: * table: conditions is now in use (needs some more cases to check for) * adapted existing 'conditions', may need some wording fixes * can now calso reate a single listview tab for more detailed information * this is not localized for frFR, esES or ruRU - enabled support for non-tamplate tabs (leave 'file' empty and 'data' is used as HTML)
This commit is contained in:
@@ -426,7 +426,7 @@ class SpellList extends BaseType
|
||||
break;
|
||||
}
|
||||
// NPC Model from MiscVal
|
||||
else if (in_array($this->curTpl['effect'.$i.'Id'], [28, 90]) || in_array($this->curTpl['effect'.$i.'AuraId'], [56, 78]))
|
||||
else if (in_array($this->curTpl['effect'.$i.'Id'], [28, 90, 134]) || in_array($this->curTpl['effect'.$i.'AuraId'], [56, 78]))
|
||||
{
|
||||
$displays[TYPE_NPC][$id] = $effMV;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user