Added Questpoints. --Rumble
This commit is contained in:
@@ -773,6 +773,7 @@ struct player_special_data_saved {
|
||||
ubyte page_length;
|
||||
int spells_to_learn; /* How many can you learn yet this level*/
|
||||
int olc_zone;
|
||||
int questpoints;
|
||||
};
|
||||
|
||||
/* Specials needed only by PCs, not NPCs. Space for this structure is
|
||||
@@ -1017,12 +1018,6 @@ struct trig_proto_list {
|
||||
struct trig_proto_list *next; /* next trigger */
|
||||
};
|
||||
|
||||
struct guild_info_type {
|
||||
int pc_class;
|
||||
room_vnum guild_room;
|
||||
int direction;
|
||||
};
|
||||
|
||||
/* Config structs */
|
||||
|
||||
/* The game configuration structure used for configurating the game play
|
||||
|
||||
Reference in New Issue
Block a user