mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
Changed option to options to avoid confusion
To avoid confusion over why setOptionsBitmask produces "no such attribute" error.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user