You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This updates the wow version check for both version 8 (BfA) and version 9 (SL)
Change line 10 to 'local IS_WOW_8 = GetBuildInfo():match("[8-9]")'
Even though the fishing spell ID is 131474
If using a fishing rod the cast spell ID will be 131490
If not using a fishing rod the cast spell ID will be 131476
Change line 14 to 'local FISHING_ID = Insert your correct cast spell id here'
The text was updated successfully, but these errors were encountered:
In FishingBuddy.lua
This updates the wow version check for both version 8 (BfA) and version 9 (SL)
Change line 10 to 'local IS_WOW_8 = GetBuildInfo():match("[8-9]")'
Even though the fishing spell ID is 131474
If using a fishing rod the cast spell ID will be 131490
If not using a fishing rod the cast spell ID will be 131476
Change line 14 to 'local FISHING_ID = Insert your correct cast spell id here'
The text was updated successfully, but these errors were encountered: