- ingame/addoncompatibilityaliases/addoncompatibilityaliases.lua:382 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_BANK)
- ingame/addoncompatibilityaliases/addoncompatibilityaliases.lua:386 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/addoncompatibilityaliases/addoncompatibilityaliases.lua:390 --
TransferCurrency(CURT_MONEY, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_GUILD_BANK)
- ingame/addoncompatibilityaliases/addoncompatibilityaliases.lua:394 --
TransferCurrency(CURT_MONEY, amount, CURRENCY_LOCATION_GUILD_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/addoncompatibilityaliases/addoncompatibilityaliases.lua:398 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_GUILD_BANK)
- ingame/addoncompatibilityaliases/addoncompatibilityaliases.lua:402 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_GUILD_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/banking/gamepad/banking_gamepad.lua:489 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_BANK)
- ingame/banking/gamepad/banking_gamepad.lua:493 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_BANK, CURRENCY_LOCATION_CHARACTER)
- ingame/inventory/inventory.lua:2005 --
TransferCurrency(self.currencyType, amount, self.currencyBankLocation, GetCurrencyPlayerStoredLocation(self.currencyType))
- ingame/inventory/inventory.lua:2039 --
TransferCurrency(self.currencyType, amount, GetCurrencyPlayerStoredLocation(self.currencyType), self.currencyBankLocation)
- ingame/inventory/gamepad/guildbank_gamepad.lua:637 --
TransferCurrency(currencyType, amount, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_GUILD_BANK)