mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-18 10:09:03 +02:00
[Jan 21 2009] - Jamdog
Added trigedit variable %move% to teleport objects. Fixed memory leak in generic_complete_quest. A bug fix to player attachable scripts. A better fix to the DIKU double attack by ordering a mob to save its master. Fix to remove weight restrictions for immortals.
This commit is contained in:
parent
6f22042712
commit
b458c58878
14 changed files with 145 additions and 37 deletions
|
|
@ -398,7 +398,7 @@ void point_update(void)
|
|||
}
|
||||
if (!IS_NPC(i)) {
|
||||
update_char_objects(i);
|
||||
i->char_specials.timer++;
|
||||
(i->char_specials.timer)++;
|
||||
if (GET_LEVEL(i) < CONFIG_IDLE_MAX_LEVEL)
|
||||
check_idling(i);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue