mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 05:57:45 +00:00
12 lines
No EOL
174 B
C++
12 lines
No EOL
174 B
C++
#include "../ScriptObject.h"
|
|
|
|
class Aetheryte : public QuestScript
|
|
{
|
|
public:
|
|
Aetheryte() : QuestScript( "Aetheryte", 0x50000 )
|
|
{}
|
|
|
|
|
|
};
|
|
|
|
EXPORT_SCRIPTOBJECT( Aetheryte ) |