otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.58k stars 1.05k forks source link

Bank.lua fix on transfer if params are shifted #4680 #4683

Closed EvilHero90 closed 4 months ago

EvilHero90 commented 4 months ago

Pull Request Prelude

Changes Proposed

Now it doesn't throw up an error if you say transfer playername 1000 instead of transfer 1000 playername The npc will just replay with Hmm, my ledgers have no records of anyone with the name <1000>. Please ensure the name is correct.

Issues addressed:

4680