Changed option to options to avoid confusion

To avoid confusion over why setOptionsBitmask produces "no such
attribute" error.
This commit is contained in:
Treeku
2014-05-16 09:05:53 +01:00
parent 2f7ffd634f
commit e5d4577a4b
17 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ public class SpawnService {
if(mobileTemplate.getLootGroups() != null)
creature.setLootGroups(mobileTemplate.getLootGroups());
creature.setOptionsBitmask(mobileTemplate.getOptionBitmask());
creature.setOptionsBitmask(mobileTemplate.getOptionsBitmask());
creature.setPvpBitmask(mobileTemplate.getPvpBitmask());
creature.setStfFilename("mob/creature_names"); // TODO: set other STFs for NPCs other than creatures
creature.setStfName(mobileTemplate.getCreatureName());