Login
User Name:

Password:



Register

Forgot your password?
do_owhere recursive
Author: Khonsu
Submitted by: Khonsu
Changes list / Addchange
Author: Khonsu
Submitted by: Khonsu
6Dragons mp3 sound pack
Author: Vladaar
Submitted by: Vladaar
AFKMud 2.2.3
Author: AFKMud Team
Submitted by: Samson
SWFOTEFUSS 1.5
Author: Various
Submitted by: Samson
Users Online
AhrefsBot, Bing

Members: 0
Guests: 23
Stats
Files
Topics
Posts
Members
Newest Member
489
3,791
19,644
596
Elwood

Today's Birthdays
There are no member birthdays today.
» SmaugMuds » Bugfix Lists » SWR FUSS Bugfix List » [Bug] Extract_char mishandles...
Forum Rules | Mark all | Recent Posts

[Bug] Extract_char mishandles mob flags.
< Newer Topic :: Older Topic >

Pages:<< prev 1 next >>
Post is unread #1 Feb 5, 2010 12:03 am   
Go to the top of the page
Go to the bottom of the page

InfiniteAxis
Off the Edge of the Map
GroupAdministrators
Posts1,200
JoinedMar 21, 2006

 
Bug: Extract_char mishandles mob flags.
Danger: High - Will cause a crash if appropriate conditions are met.
Found by: Samsa
Fixed by: Kayle and Ayuri

---


handler.c, extract_char

Find:
   if( fPull && !IS_SET( ch->act, ACT_POLYMORPHED ) )
      die_follower( ch );


Replace with:
   if( fPull )
      die_follower( ch );


Simple right? That's how it was fixed in Smaug at some point.

Pages:<< prev 1 next >>