mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 21:48:25 +00:00
Few warning and lua fixes, fix for summon not working on new system. Need to look at enrage as it doesn't appear to work right either and think it's timing related
This commit is contained in:
@@ -1440,7 +1440,6 @@ void Mob::NPCSpecialAttacks(const char* parse, int permtag, bool reset, bool rem
|
||||
StopSpecialAbilityTimer(SPECATK_SUMMON);
|
||||
} else {
|
||||
SetSpecialAbility(SPECATK_SUMMON, 1);
|
||||
StartSpecialAbilityTimer(SPECATK_SUMMON, 6000);
|
||||
}
|
||||
break;
|
||||
case 'T':
|
||||
|
||||
Reference in New Issue
Block a user