Skip to content

Commit

Permalink
Don't manually generate the achievement link. Amazing how I managed t…
Browse files Browse the repository at this point in the history
…o overlook the function.
  • Loading branch information
haste committed Aug 24, 2009
1 parent 985b762 commit a7ac6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epeen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function frame:ADDON_LOADED(event, addon)
[700] = "You still dont get it do you?",
[800] = "Man, give up already.",
[900] = "Something tells me you wont get into the instance",
[1000] = "Really? 1000 times? Go try get |cffffff00|Hachievement:2336:" .. UnitGUID("player") .. ":0:0:0:0:0:0:0:0|h[Insane in the Membrane]|h|r instead!"
[1000] = "Really? 1000 times? Go try get " .. GetAchievementLink(2336) .. " instead!"
}

self:RegisterEvent"CHAT_MSG_SYSTEM"
Expand Down

0 comments on commit a7ac6e2

Please sign in to comment.