changeset 1357:bc7a15e69a95

The triggered events for skill and spell stopped were using wrong variable name, fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 19 Mar 2011 14:43:31 +0200
parents 4c4f36b8920b
children b822318d149d
files ggrtf.tf gm-magical.tf
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ggrtf.tf	Wed Mar 16 14:21:38 2011 +0200
+++ b/ggrtf.tf	Sat Mar 19 14:43:31 2011 +0200
@@ -1877,7 +1877,7 @@
 		/set skill_st=off%;\
 		/set cast_info=%;\
 		/gstatus_update%;\
-		/prexecfuncs %{event_skill_stopped}%;\
+		/prexecfuncs %{event_skill_stop}%;\
 	/endif
 
 /def -i -p9999 -ag -mregexp -t"^(Your movement prevents you from doing the skill|You lose your concentration and cannot do the skill)\.$" gskill_interrupt1 =\
--- a/gm-magical.tf	Wed Mar 16 14:21:38 2011 +0200
+++ b/gm-magical.tf	Sat Mar 19 14:43:31 2011 +0200
@@ -199,7 +199,7 @@
 		/set spell_st=off%;\
 		/set cast_info=%;\
 		/gstatus_update%;\
-		/prexecfuncs %{event_spell_stopped}%;\
+		/prexecfuncs %{event_spell_stop}%;\
 	/endif
 
 /def -i -F -p9999 -ag -mregexp -t"^You(r movement prevents you from casting| have insufficient strength to cast| lose your concentration and cannot cast) the spell.$" gspell_interrupt1 =\