Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
instance_maraudon.cpp
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/*
7This placeholder for the instance is needed for dungeon finding to be able
8to give credit after the boss defined in lastEncounterDungeon is killed.
9Without it, the party doing random dungeon won't get satchel of spoils and
10gets instead the deserter debuff.
11*/
12
13#include "ScriptMgr.h"
14#include "InstanceScript.h"
15
31
#define OVERRIDE
Definition Define.h:60
InstanceMapScript(const char *name, uint32 mapId)
InstanceScript(Map *map)
Definition Map.h:238
InstanceScript * GetInstanceScript(InstanceMap *map) const OVERRIDE
void AddSC_instance_maraudon()