mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
As result, gossip for GO is now possible. Moved related data structures and remove useless from code. Please note that after some time, table npc_gossip will be fully removed (use menuId in _template in relation to gossip_menu as replacement). Special thanks to GriffonHeart for help with research, discussions and ideas of code and thanks to Vladimir for helpful input. Signed-off-by: NoFantasy <nofantasy@nf.no>
4 lines
108 B
C
4 lines
108 B
C
#ifndef __REVISION_NR_H__
|
|
#define __REVISION_NR_H__
|
|
#define REVISION_NR "8923"
|
|
#endif // __REVISION_NR_H__
|