[11705] Allow have auction bid generated by server

Some code cleanups also.

Fir generation bids can be used auction->UpdateBid(price) call without player pointer.
This commit is contained in:
VladimirMangos 2011-07-02 05:04:25 +04:00
parent 0f0fa22607
commit cda3a95fc2
5 changed files with 95 additions and 84 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11704"
#define REVISION_NR "11705"
#endif // __REVISION_NR_H__