mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
scripts include ScriptObject.h sanely now
This commit is contained in:
parent
695fea7812
commit
8a462c5609
21 changed files with 21 additions and 21 deletions
|
@ -1,4 +1,4 @@
|
|||
#include "../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
class CmnDefCutSceneReplay : public EventScript
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
class CmnDefInnBed : public EventScript
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
#define ACTION_CREATE 2
|
||||
#define ACTION_RENAME 3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
class HouFurOrchestrion : public EventScript
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
class ActionSprint3 : public ActionScript
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
#define ACTION_ATTUNE 0x13
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
#define ACTION_ATTUNE 0x13
|
||||
#define ACTION_TELEPORT 0x4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
class OpeningGridania : public EventScript
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
// Opening Script: OpeningLimsaLominsa
|
||||
// Quest Name: OpeningLimsaLominsa
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
class OpeningUldah : public EventScript
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
// Quest Script: ManFst001_00039
|
||||
// Quest Name: Coming to Gridania
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
// Quest Script: ManFst002_00124
|
||||
// Quest Name: Close to Home
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
// Quest Script: ManFst003_00123
|
||||
// Quest Name: Close to Home
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
class ManSea001 : public EventScript
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
// Quest Script: ManSea002_00108
|
||||
// Quest Name: Close to Home
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
// Quest Script: ManWil001_00594
|
||||
// Quest Name: Coming to Ul'dah
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
// Quest Script: ManWil002_00568
|
||||
// Quest Name: Close to Home
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
// Quest Script: SubFst001_00024
|
||||
// Quest Name: Coarse Correspondence
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
// Quest Script: SubFst002_00025
|
||||
// Quest Name: Quarrels with Squirrels
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
// Quest Script: SubFst010_00001
|
||||
// Quest Name: A Good Adventurer Is Hard to Find
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../../ScriptObject.h"
|
||||
#include <ScriptObject.h>
|
||||
|
||||
// Quest Script: SubFst013_00040
|
||||
// Quest Name: For Friendship
|
||||
|
|
Loading…
Add table
Reference in a new issue