diff options
| author | Spp <spp@jorge.gr> | 2012-09-18 11:33:09 +0200 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2012-09-18 11:35:18 +0200 |
| commit | c4d4beff3b26bfa4a34b7d520b0b96899fc5dd69 (patch) | |
| tree | eb249959b4d3061283bcd9b084cd8df0ac6c6bc8 /src/server/scripts/EasternKingdoms | |
| parent | b5af7c5c2e8331d310205cf5741d4d9ecce02a4a (diff) | |
Warning fixes and some minor changes here and there
- Added GetAchievementPoints to AchievementMgr
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/ZulGurub/boss_mandokir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/ZulGurub/boss_mandokir.cpp b/src/server/scripts/EasternKingdoms/ZulGurub/boss_mandokir.cpp index 108d2118a25..55f257e5ecc 100644 --- a/src/server/scripts/EasternKingdoms/ZulGurub/boss_mandokir.cpp +++ b/src/server/scripts/EasternKingdoms/ZulGurub/boss_mandokir.cpp @@ -46,7 +46,7 @@ class boss_mandokir : public CreatureScript { } - void KilledUnit(Unit* victim) + void KilledUnit(Unit* /*victim*/) { } |
