gcc build fix

This commit is contained in:
Treeston
2018-09-13 18:24:28 +02:00
parent 2a531eee68
commit 28e797f2f2

View File

@@ -65,7 +65,7 @@ struct ItemLinkData
struct QuestLinkData
{
Quest const* Quest;
::Quest const* Quest;
uint8 QuestLevel;
};