fixed default fishing spell ID
This commit is contained in:
parent
a943ae6a59
commit
353dcac81f
@ -11,4 +11,4 @@ AutoFish.ServerAutoLoot = 1
|
|||||||
# Automatically Recast the fishing line
|
# Automatically Recast the fishing line
|
||||||
AutoFish.AutoRecast = 1
|
AutoFish.AutoRecast = 1
|
||||||
AutoFish.RecastDelayMs = 500
|
AutoFish.RecastDelayMs = 500
|
||||||
AutoFish.RecastSpell = 131474
|
AutoFish.RecastSpell = 18248
|
||||||
|
|||||||
@ -118,7 +118,7 @@ public:
|
|||||||
sTickMs = sConfigMgr->GetOption<uint32>("AutoFish.TickMs", 200u);
|
sTickMs = sConfigMgr->GetOption<uint32>("AutoFish.TickMs", 200u);
|
||||||
sScanRange = sConfigMgr->GetOption<float>("AutoFish.ScanRange", 30.0f);
|
sScanRange = sConfigMgr->GetOption<float>("AutoFish.ScanRange", 30.0f);
|
||||||
sRecastDelayMs = sConfigMgr->GetOption<uint32>("AutoFish.RecastDelayMs", 500u);
|
sRecastDelayMs = sConfigMgr->GetOption<uint32>("AutoFish.RecastDelayMs", 500u);
|
||||||
sRecastSpell = sConfigMgr->GetOption<uint32>("AutoFish.RecastSpell", 131474u);
|
sRecastSpell = sConfigMgr->GetOption<uint32>("AutoFish.RecastSpell", 18248u);
|
||||||
sBobberEntries = ParseEntryList(sConfigMgr->GetOption<std::string>("AutoFish.BobberEntries", "35591"));
|
sBobberEntries = ParseEntryList(sConfigMgr->GetOption<std::string>("AutoFish.BobberEntries", "35591"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user