Browse Source

Added gs 'stat' to keep stat bars refreshed when casting spells.

Mike Greene 5 years ago
parent
commit
3931e6e74f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      locations/castSpell.qsrc

+ 2 - 0
locations/castSpell.qsrc

@@ -39,6 +39,8 @@ end
 
 minut += spellTime[$ARGS[0]]
 
+gs 'stat'
+
 result = spellSuccess
 
 --- castSpell ---------------------------------