mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-02 02:50:17 +01:00
Allocated Lists merged into one functions for extra expandability
This commit is contained in:
parent
fa8a1e23b7
commit
5847a57d7f
6 changed files with 18 additions and 22 deletions
|
|
@ -2370,8 +2370,7 @@ ACMD(do_whois)
|
|||
CREATE(victim, struct char_data, 1);
|
||||
clear_char(victim);
|
||||
|
||||
/* Allocate mobile event list */
|
||||
victim->events = create_list();
|
||||
new_mobile_data(victim);
|
||||
|
||||
CREATE(victim->player_specials, struct player_special_data, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue