Fix oopsie
This commit is contained in:
@@ -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
BIN
Heimdall.zip
LFS
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user