Browse Source

Missing $, making it wrong variable type in spellBook action

KeyMasterOfGozer 4 years ago
parent
commit
cc4251e063
1 changed files with 1 additions and 1 deletions
  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'