Fix oopsie

This commit is contained in:
2025-01-10 19:01:12 +01:00
parent 1c198f0133
commit 1291d21216
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
## Interface: 70300
## Title: Heimdall
## Version: 3.1.1
## Version: 3.1.2
## Notes: Watches over areas and alerts when hostiles spotted
## Author: Cyka
## SavedVariables: Heimdall_Data

BIN
Heimdall.zip LFS

Binary file not shown.

View File

@@ -387,7 +387,7 @@ function shared.MinimapTagger.Init()
print(string.format("[%s] Found combat position: %s, %s", ModuleName, tostring(x), tostring(y)))
end
if x and y then
PlantBattle(tonumber(x), tonumber(y), 2)
PlantCombat(tonumber(x), tonumber(y), 2)
end
end
--endregion