diff options
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) { |
