comparison stru6.cpp @ 1707:be43171d7bc6

Merge
author Nomad
date Mon, 23 Sep 2013 23:00:07 +0200
parents a395359afc8f
children 730166317ed0
comparison
equal deleted inserted replaced
1706:7153ee05d088 1707:be43171d7bc6
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 {