
Pages:<< prev 1 next >>


Off the Edge of the Map

GroupAdministrators
Posts1,199
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:
Replace with:
Simple right? That's how it was fixed in Smaug at some point.
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 >>