diff options
Diffstat (limited to 'src/server/scripts/Northrend')
| -rw-r--r-- | src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/instance_utgarde_keep.cpp | 3 |
1 files changed, 2 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 23fe001172c..de41d764916 100644 --- a/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/instance_utgarde_keep.cpp +++ b/src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/instance_utgarde_keep.cpp @@ -32,7 +32,8 @@ DoorData const doorData[] = MinionData const minionData[] = { { NPC_SKARVALD, DATA_SKARVALD_DALRONN }, - { NPC_DALRONN, DATA_SKARVALD_DALRONN } + { NPC_DALRONN, DATA_SKARVALD_DALRONN }, + { 0, 0 } }; class instance_utgarde_keep : public InstanceMapScript |
