AmoriaPQ + ItemSort fix + revamped GMShop
Implemented AmoriaPQ. Fixed an issue with ItemIdSortHandler where empty vectors given to the sorting module would cause an exception thrown, wiping players inventory items. Thanks to Vcoc, revamped shop data for GMShop (shop id 1337). Mount quest for explorers now uses event script.
This commit is contained in:
@@ -812,7 +812,7 @@ public class MapleClient {
|
||||
}
|
||||
}
|
||||
|
||||
public final void disconnect(boolean shutdown, boolean cashshop) {//once per MapleClient instance
|
||||
public final synchronized void disconnect(boolean shutdown, boolean cashshop) {//once per MapleClient instance
|
||||
if (disconnecting) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user