mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Core/Scripts/Uldaman: change hardcoded text to enum
Change #define to enum {with brackets}
Possibly the smallest change so far in this series of core script changes.
This commit is contained in:
@@ -132,7 +132,10 @@ public:
|
||||
## at_map_chamber
|
||||
######*/
|
||||
|
||||
#define QUEST_HIDDEN_CHAMBER 2240
|
||||
enum MapChamber
|
||||
{
|
||||
QUEST_HIDDEN_CHAMBER = 2240
|
||||
};
|
||||
|
||||
class AreaTrigger_at_map_chamber : public AreaTriggerScript
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user