1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 21:57:44 +00:00
sapphire/scripts/native/aetheryte/Aetheryte.cpp

12 lines
174 B
C++
Raw Normal View History

2017-12-12 17:29:31 +11:00
#include "../ScriptObject.h"
class Aetheryte : public QuestScript
{
public:
Aetheryte() : QuestScript( "Aetheryte", 0x50000 )
{}
};
EXPORT_SCRIPTOBJECT( Aetheryte )