|
|
@ -964,7 +964,7 @@ public class Guild extends AbstractWorldObject { |
|
|
|
|
|
|
|
|
|
|
|
public GuildCharterType getGuildType() { |
|
|
|
public GuildCharterType getGuildType() { |
|
|
|
try { |
|
|
|
try { |
|
|
|
return GuildCharterType.templateLookup.get(this.charter);//GuildCharterType.values()[this.charter];
|
|
|
|
return this.charter; |
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|
Logger.error(e); |
|
|
|
Logger.error(e); |
|
|
|
return GuildCharterType.NONE; |
|
|
|
return GuildCharterType.NONE; |
|
|
|