Skip to content

Commit

Permalink
Updated project id
Browse files Browse the repository at this point in the history
  • Loading branch information
serkanyazicioglu committed May 9, 2024
1 parent 7c9fd37 commit 253f7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ local getGowGameVersionId = function()
return 1;
elseif (WOW_PROJECT_ID == WOW_PROJECT_CLASSIC) then
return 2;
elseif (WOW_PROJECT_ID == WOW_PROJECT_WRATH_CLASSIC) then
elseif (WOW_PROJECT_ID == WOW_PROJECT_CATACLYSM_CLASSIC) then
return 3;
end

Expand Down

0 comments on commit 253f7a0

Please sign in to comment.