diff options
| author | w1sht0l1v3 <w1sht0l1v3@gmail.com> | 2013-08-17 15:25:09 +0300 |
|---|---|---|
| committer | w1sht0l1v3 <w1sht0l1v3@gmail.com> | 2013-08-17 15:25:09 +0300 |
| commit | 0333d22fe9454cf9382bdb81bf60b64e46abc72f (patch) | |
| tree | d041c17bd5b78097d9c6e79c50174a7d0b495c1f /src/server/scripts/EasternKingdoms | |
| parent | 7b9f34afc5fc5be53e71c40ef85e0f55824c60f7 (diff) | |
Core/Scripts: Placeholder for instance Ragefire Chasm.
It is needed for Random Dungeon Finder credit.
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/TheStockade/instance_the_stockade.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/TheStockade/instance_the_stockade.cpp b/src/server/scripts/EasternKingdoms/TheStockade/instance_the_stockade.cpp index 4bd1dc20dcd..9550ac13208 100644 --- a/src/server/scripts/EasternKingdoms/TheStockade/instance_the_stockade.cpp +++ b/src/server/scripts/EasternKingdoms/TheStockade/instance_the_stockade.cpp @@ -21,6 +21,7 @@ to give credit after the boss defined in lastEncounterDungeon is killed. Without it, the party doing random dungeon won't get satchel of spoils and gets instead the deserter debuff. */ + #include "ScriptMgr.h" #include "InstanceScript.h" |
