- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:405 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_BANK)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:409 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:413 --
TransferCurrency(CURT_MONEY, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_GUILD_BANK)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:417 --
TransferCurrency(CURT_MONEY, amount, CURRENCY_LOCATION_GUILD_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:421 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_GUILD_BANK)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:425 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_GUILD_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/banking/gamepad/banking_gamepad.lua:954 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_BANK)
- ingame/banking/gamepad/banking_gamepad.lua:958 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/inventory/inventory.lua:2246 --
TransferCurrency(self.currencyType, amount, self.currencyBankLocation, GetCurrencyPlayerStoredLocation(self.currencyType))
- ingame/inventory/inventory.lua:2280 --
TransferCurrency(self.currencyType, amount, GetCurrencyPlayerStoredLocation(self.currencyType), self.currencyBankLocation)
- ingame/inventory/gamepad/guildbank_gamepad.lua:1036 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_GUILD_BANK)
- ingame/inventory/gamepad/guildbank_gamepad.lua:1040 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_GUILD_BANK, CURRENCY_LOCATION_CHARACTER)