|
From: Chad M. <cmm...@us...> - 2005-05-10 15:53:38
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12123 Modified Files: Tag: pre_5_0_beta ChangeLog Log Message: Guilds numbered above 512 weren't showing up in spawn list and on the map. Fixed two hardcoded 512's to be MAX_GUILDS (also changed MAXGUILDS to be MAX_GUILDS to be consistent with other MAX_ things). Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/Attic/ChangeLog,v retrieving revision 1.1.2.11 retrieving revision 1.1.2.12 diff -u -d -r1.1.2.11 -r1.1.2.12 --- ChangeLog 10 May 2005 15:46:15 -0000 1.1.2.11 +++ ChangeLog 10 May 2005 15:52:40 -0000 1.1.2.12 @@ -6,6 +6,7 @@ + Fixed opcodes for alt exp and hooked altExpUpdateStruct so alt exp updating maps properly + Made is so OP_ManaChange can be 0 size. Bards have this a lot. ++ Fix problems with guilds numbered higher than 512 dophaZ (04/17/05) ----------------------- |