[10264] Fixed build at Unix after auction changes.

This commit is contained in:
VladimirMangos 2010-07-24 18:53:21 +04:00
parent 8a3a03e0a6
commit 27ba170388
2 changed files with 2 additions and 1 deletions

View file

@ -24,6 +24,7 @@
class Item;
class Player;
class Unit;
class WorldPacket;
#define MIN_AUCTION_TIME (12*HOUR)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10263"
#define REVISION_NR "10264"
#endif // __REVISION_NR_H__