aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-09-01 19:45:50 -0500
committermegamage <none@none>2009-09-01 19:45:50 -0500
commit287c2b87eaed68c011cecdef07085ee40ca285b3 (patch)
tree88c425a3155103246ef9c3a380aeb5c4a85bb953 /src
parenta34ee29e9ac605df799eec40617964719869afdd (diff)
*Wintergrasp: count two more creatures as guard. By Gyullo
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/Wintergrasp.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Wintergrasp.cpp b/src/game/Wintergrasp.cpp
index 1fdeaae5f00..3a2b73fd090 100644
--- a/src/game/Wintergrasp.cpp
+++ b/src/game/Wintergrasp.cpp
@@ -385,6 +385,8 @@ WintergraspCreType OPvPWintergrasp::GetCreatureType(uint32 entry) const
return CREATURE_ENGINEER;
case 30739:
case 30740:
+ case 32307:
+ case 32308:
return CREATURE_GUARD;
default:
return CREATURE_OTHER;