1
0
فهرست منبع

Missing $, making it wrong variable type in spellBook action

KeyMasterOfGozer 4 سال پیش
والد
کامیت
cc4251e063
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      locations/spellBook.qsrc

+ 1 - 1
locations/spellBook.qsrc

@@ -22,7 +22,7 @@ if $spellBookVar['CodeAfterSpell'] = '':
 end
 
 ! lets the user back out if they don''t want ot cast.
-act 'Never mind':dynamic spellBookVar['ActionCode']
+act 'Never mind':dynamic $spellBookVar['ActionCode']
 
 ! This just makes sure the current spellLists are loaded
 gs 'spellList'