mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[11382] Fix no-pch compile
This commit is contained in:
parent
55709e265e
commit
3f70b461e6
2 changed files with 2 additions and 1 deletions
|
|
@ -582,6 +582,7 @@ enum LootState
|
|||
};
|
||||
|
||||
class Unit;
|
||||
struct GameObjectDisplayInfoEntry;
|
||||
|
||||
// 5 sec for bobber catch
|
||||
#define FISHING_BOBBER_READY_TIME 5
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11381"
|
||||
#define REVISION_NR "11382"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue