- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:418 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_BANK)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:422 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:426 --
TransferCurrency(CURT_MONEY, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_GUILD_BANK)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:430 --
TransferCurrency(CURT_MONEY, amount, CURRENCY_LOCATION_GUILD_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:434 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_GUILD_BANK)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:438 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_GUILD_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/banking/gamepad/banking_gamepad.lua:589 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_BANK)
- ingame/banking/gamepad/banking_gamepad.lua:593 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/inventory/inventory.lua:2341 --
TransferCurrency(self.currencyType, amount, self.currencyBankLocation, GetCurrencyPlayerStoredLocation(self.currencyType))
- ingame/inventory/inventory.lua:2375 --
TransferCurrency(self.currencyType, amount, GetCurrencyPlayerStoredLocation(self.currencyType), self.currencyBankLocation)
- ingame/inventory/gamepad/guildbank_gamepad.lua:747 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_GUILD_BANK)
- ingame/inventory/gamepad/guildbank_gamepad.lua:751 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_GUILD_BANK, CURRENCY_LOCATION_CHARACTER)