aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormaximius <none@none>2009-08-19 17:38:38 -0700
committermaximius <none@none>2009-08-19 17:38:38 -0700
commit7ab81155b447b3df8cfde0d6b5765140a4130d53 (patch)
treee6d32495b9e1d409ee18fc82ce8ad909dcaea117 /src
parent6e8c66eeb389dbff9dae71e44964eadda97bad21 (diff)
*Update Wintergrasp NPC pairs
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/Wintergrasp.cpp15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/game/Wintergrasp.cpp b/src/game/Wintergrasp.cpp
index 01c739c5d66..081d9b0093e 100644
--- a/src/game/Wintergrasp.cpp
+++ b/src/game/Wintergrasp.cpp
@@ -33,17 +33,20 @@ enum CreatureEntry
const TeamPair CreatureEntryPair[] =
{
- {31151, 31153}, // Tactical Officer
{32307, 32308}, // Guards
{30739, 30740}, // Champions
//{30400, 30499}, // Engineers
{30870, 30869}, // Flight Masters
- {31101, 31051}, // Item Enhancement Vendors
- {31102, 31054}, // Quest Givers
+ {31101, 31051}, // Hoodoo Master & Sorceress
+ {31102, 31052}, // Vieron Blazefeather & Bowyer
{32296, 32294}, // Quartermaster
- {31107, 31036}, // Lieutenant & Commander
- {31053, 31108}, // Primalist & Siege Master
- {31106, 31109}, // Siegesmith & Senior Demolitionist
+ {31107, 31109}, // Lieutenant & Senior Demolitionist
+ {31151, 31153}, // Tactical Officer
+ {31106, 31108}, // Siegesmith & Siege Master
+ {31053, 31054}, // Primalist & Anchorite
+ {31091, 31036}, // Commander
+ {32615, 32626}, // Warbringer & Brigadier General
+ //{31841, 31842), // Spirit Guide
{0,0}
};