Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #68 from Walkum/master
Browse files Browse the repository at this point in the history
Core/Instance: Lost City of the Tol'vir (Copyright correct and some forgotten parts)

Thanks to Walkum
  • Loading branch information
Darkrabbit committed Jul 27, 2012
2 parents cc7f28f + 3bb0ad6 commit 631f332
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2012 MaNGOS <http://getmangos.com/>
*
* Copyright (C) 2011-2012 Naios <https://github.com/Naios/DeepshjirRepack>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 3 of the License, or (at your
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Copyright (C) 2011-2012 Project SkyFire <http://www.projectskyfire.org/>
* Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2012 MaNGOS <http://getmangos.com/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 3 of the License, or (at your
Expand All @@ -17,7 +18,6 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/


#ifndef DEF_LOST_CITY_OF_THE_TOLVIR_H
#define DEF_LOST_CITY_OF_THE_TOLVIR_H

Expand All @@ -40,6 +40,12 @@ enum Data64
DATA_SIAMAT,
};

enum Achievements
{
ACHIEVEMENT_LCOTT_N = 4848,
ACHIEVEMENT_LCOTT_H = 5066,
};

enum CreatureIds
{
// Dungeon Bosses
Expand All @@ -49,10 +55,14 @@ enum CreatureIds
BOSS_LOCKMAW = 43614,
BOSS_AUGH = 49045,
BOSS_SIAMAT = 44819,

// Siamat mobs

NPC_SIAMAT_SERVANT = 45269,
NPC_SIAMAT_MINION = 44704,

// Trash mobs

NPC_MINION_OF_SIAMAT = 44704,
NPC_NEFERSET_DARKCASTER = 44982,
NPC_NEFERSET_PLAGUEBRINGER = 44976,
NPC_NEFERSET_THEURGIST = 44980,
Expand All @@ -68,7 +78,6 @@ enum CreatureIds
NPC_PYGMY_BRUTE = 44896,
NPC_PYGMY_FIREBREATHER = 44898,
NPC_PYGMY_SCOUT = 44897,
NPC_SERVANT_OF_SIAMAT = 45269,

// Various NPCs

Expand All @@ -79,6 +88,7 @@ enum CreatureIds
enum GameObjectIds
{
GO_TOLVIR_GRAVE = 207409,
GO_SIAMAT_PLATFORM = 206667,
};

#endif

0 comments on commit 631f332

Please sign in to comment.