Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
sunken_temple.h
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
6#ifndef DEF_SUNKEN_TEMPLE_H
7#define DEF_SUNKEN_TEMPLE_H
8
9#define TROLLBOSS1_DEATH 1
10#define TROLLBOSS2_DEATH 2
11#define TROLLBOSS3_DEATH 3
12#define TROLLBOSS4_DEATH 4
13#define TROLLBOSS5_DEATH 5
14#define TROLLBOSS6_DEATH 6
15#define JAMMALAN_DEATH 7
16#define MORPHAZ_DEATH 8
17#define HAZZAS_DEATH 9
18#define ERANIKUS_DEATH 10
19#define ATALALARION_DEATH 11 //optional
20
21#define EVENT_STATE 1
22#endif
23