Skip to content

Commit

Permalink
Fixed a compile error in spellStarter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin-Yukiko committed Feb 11, 2024
1 parent a29ab97 commit 67b9e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skills/magery/spellStarter.src
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ function ConflictsCheck( byref mobile, byref spell_id )
var conflicts := SplitWords( conlicting_spells );
var conlicting_spells_names := {};
var temp := CStr(spell_id) in conflicts;
var running_timers := TS_GetTimerNames(mobile);
// Added the following on 2024-02-06
// var running_timers := TS_GetTimerNames(mobile);
// foreach spell in conflicts
// Get spell_name of conflicting spell.
// Check against running timers.
Expand Down

0 comments on commit 67b9e2e

Please sign in to comment.