- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:436 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_BANK)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:440 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:444 --
TransferCurrency(CURT_MONEY, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_GUILD_BANK)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:448 --
TransferCurrency(CURT_MONEY, amount, CURRENCY_LOCATION_GUILD_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:452 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_GUILD_BANK)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:456 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_GUILD_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/banking/gamepad/banking_gamepad.lua:607 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_BANK)
- ingame/banking/gamepad/banking_gamepad.lua:611 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/inventory/inventory.lua:2483 --
TransferCurrency(self.currencyType, amount, self.currencyBankLocation, GetCurrencyPlayerStoredLocation(self.currencyType))
- ingame/inventory/inventory.lua:2517 --
TransferCurrency(self.currencyType, amount, GetCurrencyPlayerStoredLocation(self.currencyType), self.currencyBankLocation)
- ingame/inventory/gamepad/guildbank_gamepad.lua:749 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_GUILD_BANK)
- ingame/inventory/gamepad/guildbank_gamepad.lua:753 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_GUILD_BANK, CURRENCY_LOCATION_CHARACTER)