Implement generic script loaders to greatly reduce code duplication

This commit is contained in:
hondacrx
2017-07-20 19:43:24 -04:00
parent 19220d29d9
commit 2db988576a
89 changed files with 28255 additions and 36473 deletions
+4 -2
View File
@@ -331,9 +331,11 @@ namespace Scripts.World
{
pLeviroth.GetAI().AttackStart(player);
return false;
} else
}
else
player.SendEquipError(InventoryResult.OutOfRange, item, null);
} else
}
else
player.SendEquipError(InventoryResult.ClientLockedOut, item, null);
return true;
}