diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Wintergrasp.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Wintergrasp.cpp b/src/game/Wintergrasp.cpp index 6a0ac38cd2b..69c93b28cc0 100644 --- a/src/game/Wintergrasp.cpp +++ b/src/game/Wintergrasp.cpp @@ -808,6 +808,8 @@ bool OPvPWintergrasp::UpdateCreatureInfo(Creature *creature) const RespawnCreatureIfNeeded(creature, entry); } return false; + default: + return false; } } |