- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:433 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_BANK)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:437 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:441 --
TransferCurrency(CURT_MONEY, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_GUILD_BANK)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:445 --
TransferCurrency(CURT_MONEY, amount, CURRENCY_LOCATION_GUILD_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:449 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_GUILD_BANK)
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:453 --
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:2476 --
TransferCurrency(self.currencyType, amount, self.currencyBankLocation, GetCurrencyPlayerStoredLocation(self.currencyType))
- ingame/inventory/inventory.lua:2510 --
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)