Improved Delete Character
Improved the Delete Character feature, now aiming to clean all leftovers of the character from the DB. Only works with the ENABLE_PIC flag activated.
This commit is contained in:
@@ -484,6 +484,10 @@ public class Server implements Runnable {
|
||||
}
|
||||
}
|
||||
|
||||
public MapleGuild getGuild(int id, int world) {
|
||||
return getGuild(id, world, null);
|
||||
}
|
||||
|
||||
public MapleGuild getGuild(int id, int world, MapleCharacter mc) {
|
||||
synchronized (guilds) {
|
||||
if (guilds.get(id) != null) {
|
||||
|
||||
Reference in New Issue
Block a user