[7228] Implement empty bag swap with equipped non-empty bag with items exchange.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>

More early checks and proper swap bank bags in patch.
Correct error messages in fail case.
This commit is contained in:
nugu100 2009-02-04 23:36:01 +03:00 committed by VladimirMangos
parent fdd8176d74
commit 160777848a
2 changed files with 212 additions and 147 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7227"
#define REVISION_NR "7228"
#endif // __REVISION_NR_H__