forked from MagicBane/Server
Handlers created for gold-vault interactions
This commit is contained in:
@@ -280,7 +280,7 @@ public class Account extends AbstractGameObject {
|
||||
}
|
||||
}
|
||||
|
||||
public synchronized void transferGoldFromVaultToInventory(TransferGoldFromVaultToInventoryMsg msg, ClientConnection origin) {
|
||||
public synchronized void transferGoldFromVaultToInventory(GoldFromVaultMsg msg, ClientConnection origin) {
|
||||
|
||||
PlayerCharacter player = origin.getPlayerCharacter();
|
||||
Dispatch dispatch;
|
||||
@@ -332,7 +332,7 @@ public class Account extends AbstractGameObject {
|
||||
|
||||
}
|
||||
|
||||
public synchronized void transferGoldFromInventoryToVault(TransferGoldFromInventoryToVaultMsg msg, ClientConnection origin) {
|
||||
public synchronized void transferGoldFromInventoryToVault(GoldToVaultMsg msg, ClientConnection origin) {
|
||||
|
||||
PlayerCharacter player = origin.getPlayerCharacter();
|
||||
Dispatch dispatch;
|
||||
|
||||
Reference in New Issue
Block a user