[11382] Fix no-pch compile

This commit is contained in:
zergtmn 2011-04-19 22:32:37 +06:00
parent 55709e265e
commit 3f70b461e6
2 changed files with 2 additions and 1 deletions

View file

@ -582,6 +582,7 @@ enum LootState
};
class Unit;
struct GameObjectDisplayInfoEntry;
// 5 sec for bobber catch
#define FISHING_BOBBER_READY_TIME 5

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11381"
#define REVISION_NR "11382"
#endif // __REVISION_NR_H__