mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-23 09:26:10 +01:00
New Group System, Room Events, and Event System Efficiency Upgrade... and a couple bug fixes.
This commit is contained in:
parent
82da0e8063
commit
a2aaab144f
32 changed files with 612 additions and 322 deletions
|
|
@ -573,7 +573,6 @@ void stop_follower(struct char_data *ch)
|
|||
|
||||
ch->master = NULL;
|
||||
REMOVE_BIT_AR(AFF_FLAGS(ch), AFF_CHARM);
|
||||
REMOVE_BIT_AR(AFF_FLAGS(ch), AFF_GROUP);
|
||||
}
|
||||
|
||||
/** Finds the number of follows that are following, and charmed by, the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue