diff options
| author | Spp <none@none> | 2010-05-13 00:15:21 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-05-13 00:15:21 +0200 |
| commit | a3a8e6da2c6380de7f04bdb0f3f6939e20d493c4 (patch) | |
| tree | ed9a57e9c72287b1544f39cfe1bff09492e2a2ce /src/scripts/world | |
| parent | 4a448eca37a5a5409d39d4036db3793cfa27edf8 (diff) | |
Some warning fix
Tab to spaces
Remove trailing spaces
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/world')
| -rw-r--r-- | src/scripts/world/areatrigger_scripts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/world/areatrigger_scripts.cpp b/src/scripts/world/areatrigger_scripts.cpp index 05764a18ad3..9a75263d35c 100644 --- a/src/scripts/world/areatrigger_scripts.cpp +++ b/src/scripts/world/areatrigger_scripts.cpp @@ -191,7 +191,7 @@ enum eScentLarkorwi NPC_LARKORWI_MATE = 9683 }; -bool AreaTrigger_at_scent_larkorwi(Player* pPlayer, const AreaTriggerEntry* pAt) +bool AreaTrigger_at_scent_larkorwi(Player* pPlayer, const AreaTriggerEntry* /*pAt*/) { if (!pPlayer->isDead() && pPlayer->GetQuestStatus(QUEST_SCENT_OF_LARKORWI) == QUEST_STATUS_INCOMPLETE) { |
