-
-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: error of soulwar to custom data
This fixes the loot error and does not call the function if the soulwar quest does not exist in the custom data
- Loading branch information
Leonardo Mateus Petry Frohlich
committed
Oct 10, 2024
1 parent
28c7dcc
commit be0c210
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
-- We need to register the variables beforehand to avoid accessing null values. | ||
if RegisterSoulWarBossesLevers then | ||
RegisterSoulWarBossesLevers() | ||
end |