diff options
| author | Spp <none@none> | 2010-04-29 23:12:16 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-04-29 23:12:16 +0200 |
| commit | cb0cb962831a2b0c62b0a67b750569ca3049327e (patch) | |
| tree | f5638fb8695101002f77106da4264bbeaab46938 /src/scripts/world | |
| parent | 35af94d4b57d234bc4d6e3c8ab67acb201500bae (diff) | |
Warning Fixes
Code Style cleanup
Fix linux compile
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/world')
| -rw-r--r-- | src/scripts/world/areatrigger_scripts.cpp | 2 | ||||
| -rw-r--r-- | src/scripts/world/npcs_special.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/world/areatrigger_scripts.cpp b/src/scripts/world/areatrigger_scripts.cpp index a6d5de41c2e..6caddcce5b4 100644 --- a/src/scripts/world/areatrigger_scripts.cpp +++ b/src/scripts/world/areatrigger_scripts.cpp @@ -198,7 +198,7 @@ bool AreaTrigger_at_last_rites(Player* pPlayer, const AreaTriggerEntry* pAt) WorldLocation pPosition; switch(pAt->id) - { + { case 5332: case 5338: pPosition = WorldLocation(571,3733.68,3563.25,290.812,3.665192); diff --git a/src/scripts/world/npcs_special.cpp b/src/scripts/world/npcs_special.cpp index 27e449a660d..8ede2920c9e 100644 --- a/src/scripts/world/npcs_special.cpp +++ b/src/scripts/world/npcs_special.cpp @@ -2185,7 +2185,7 @@ bool GossipHello_npc_locksmith(Player* pPlayer, Creature* pCreature) return true; } -bool GossipSelect_npc_locksmith(Player* pPlayer, Creature* pCreature, uint32 uiSender, uint32 uiAction) +bool GossipSelect_npc_locksmith(Player* pPlayer, Creature* /*pCreature*/, uint32 /*uiSender*/, uint32 uiAction) { switch(uiAction) { |
