Skip to content

Commit

Permalink
Merge pull request #16451 from tkrokli/uldaman_at_map_chamber
Browse files Browse the repository at this point in the history
Core/Scripts/Uldaman: change hardcoded text to enum
  • Loading branch information
DDuarte committed Feb 1, 2016
2 parents 20a8476 + 627ec0e commit 60f8751
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/server/scripts/EasternKingdoms/Uldaman/uldaman.cpp
Expand Up @@ -132,7 +132,10 @@ class go_keystone_chamber : public GameObjectScript
## at_map_chamber
######*/

#define QUEST_HIDDEN_CHAMBER 2240
enum MapChamber
{
QUEST_HIDDEN_CHAMBER = 2240
};

class AreaTrigger_at_map_chamber : public AreaTriggerScript
{
Expand Down

0 comments on commit 60f8751

Please sign in to comment.