diff --git a/src/game/GameObject.h b/src/game/GameObject.h index 01791ab39..86298879e 100644 --- a/src/game/GameObject.h +++ b/src/game/GameObject.h @@ -582,6 +582,7 @@ enum LootState }; class Unit; +struct GameObjectDisplayInfoEntry; // 5 sec for bobber catch #define FISHING_BOBBER_READY_TIME 5 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 74ef789b4..cff7b74c9 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11381" + #define REVISION_NR "11382" #endif // __REVISION_NR_H__