I wonder how hard is to fix this bug? Right now it’s like this:
if (delving_success) {
give(recipe);
}
Change it to this:
if (delving_success) {
give(recipe);
give(recipe_epic);
}
This is piece of cake and could be done in hours or even minutes. How can everyone be waiting for MONTHS to fix so big bug that disallow people to have end-game gear unlucked on Sipath??
3 Likes