Fix most CI problems (#328)

Thanks to H0zen at 23daeb6a0d for helping comments.
This commit is contained in:
Rochet2
2020-09-15 21:38:35 +03:00
committed by GitHub
parent 2a6663f6d7
commit 5f28a2fc82
5 changed files with 61 additions and 53 deletions

View File

@@ -2059,6 +2059,7 @@ namespace LuaPlayer
}
#if defined(TRINITY) || defined(AZEROTHCORE)
/**
* Adds the specified achievement to the [Player]s
*
@@ -2072,6 +2073,7 @@ namespace LuaPlayer
player->CompletedAchievement(t);
return 0;
}
#endif
#endif