comparison stru6.cpp @ 1710:0f6cd60ca987

Merge
author Grumpy7
date Tue, 24 Sep 2013 07:32:24 +0200
parents a395359afc8f
children 730166317ed0
comparison
equal deleted inserted replaced
1709:8251e59fd7c1 1710:0f6cd60ca987
916 case 9000: return true; 916 case 9000: return true;
917 } 917 }
918 918
919 if ( result < 545 ) 919 if ( result < 545 )
920 { 920 {
921 __debugbreak(); // find out what kind of spells are these 921 //__debugbreak(); // find out what kind of spells are these
922 // when summoned light elemental attacks 922 // when summoned light elemental attacks
923 //cast spell from trees in Avlee 923 //cast spell from trees in Avlee
924 result -= 500; 924 result -= 500;
925 switch ( result ) 925 switch ( result )
926 { 926 {