|
From: Chad M. <cmm...@us...> - 2005-05-10 15:46:25
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10843 Modified Files: Tag: pre_5_0_beta ChangeLog Log Message: Allow 0-size OP_ManaChange so bards don't see size type mismatch errors all the time. This only happens Client->Server. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/Attic/ChangeLog,v retrieving revision 1.1.2.10 retrieving revision 1.1.2.11 diff -u -d -r1.1.2.10 -r1.1.2.11 --- ChangeLog 10 May 2005 15:41:47 -0000 1.1.2.10 +++ ChangeLog 10 May 2005 15:46:15 -0000 1.1.2.11 @@ -5,6 +5,7 @@ + Added some session-related opcodes to worldopcodes.xml + 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. dophaZ (04/17/05) ----------------------- |