Clean up OP_ManaChange

This commit is contained in:
Michael Cook (mackal)
2016-08-15 01:17:53 -04:00
parent e894e96404
commit ae5689ffb4
14 changed files with 52 additions and 39 deletions
+2 -1
View File
@@ -936,7 +936,8 @@ namespace SoF
OUT(new_mana);
OUT(stamina);
OUT(spell_id);
eq->unknown16 = -1; // Self Interrupt/Success = -1, Fizzle = 1, Other Interrupt = 2?
OUT(keepcasting);
eq->slot = -1; // this is spell gem slot. It's -1 in normal operation
FINISH_ENCODE();
}