Skip to content

Commit

Permalink
Update check_travel_restrictions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonSlayer62 committed Dec 11, 2023
1 parent a389efd commit 2f5487d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/js/magic/helper/check_travel_restrictions.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function CheckTravelRestrictions( targPlayer, spellNum, targX, targY, targWorld, targInstanceID )
{
const targRegion = CalcTownRegionFromXY( targX, targY, targWorld, targInstanceID );
const targRegion = GetTownRegionFromXY( targX, targY, targWorld, targInstanceID );

const travelRules = {
32: { type: 'canRecall', message: 15990 }, // You are not allowed to travel there. // Recall spell
Expand Down

0 comments on commit 2f5487d

Please sign in to comment.