mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix most CI problems (#328)
Thanks to H0zen at 23daeb6a0d for helping comments.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user