diff options
Diffstat (limited to 'src/server/scripts/Northrend')
| -rw-r--r-- | src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/instance_utgarde_keep.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/instance_utgarde_keep.cpp b/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/instance_utgarde_keep.cpp index f6b4c3365fa..7eb762e21b8 100644 --- a/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/instance_utgarde_keep.cpp +++ b/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/instance_utgarde_keep.cpp @@ -33,7 +33,7 @@ MinionData const minionData[] = { { NPC_SKARVALD, DATA_SKARVALD_DALRONN }, { NPC_DALRONN, DATA_SKARVALD_DALRONN }, - { 0, 0 } // END + { 0, 0 } }; class instance_utgarde_keep : public InstanceMapScript |
