diff options
author | maximius <none@none> | 2009-08-20 16:46:46 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-08-20 16:46:46 -0700 |
commit | cc44223aee44f2b0593d9d445ae8ec10d21b4fba (patch) | |
tree | a4fc0a71ff38a9909e809ce2506698fc2a78d3a5 /src | |
parent | 326df2af686c3a39dc0a86aa1cc6552ad132c834 (diff) |
*Cleanup + missed SQL
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/northrend/sholazar_basin.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bindings/scripts/scripts/northrend/sholazar_basin.cpp b/src/bindings/scripts/scripts/northrend/sholazar_basin.cpp index 5e9d8f99410..39e333677d2 100644 --- a/src/bindings/scripts/scripts/northrend/sholazar_basin.cpp +++ b/src/bindings/scripts/scripts/northrend/sholazar_basin.cpp @@ -221,7 +221,7 @@ bool GossipSelect_npc_vekjik(Player* pPlayer, Creature* pCreature, uint32 uiSend ######*/ #define GOSSIP_ITEM_AOF1 "I want to stop the Scourge as much as you do. How can I help?" -#define GOSSIP_ITEM_AOF2 "You can trust me. I am no friend of the Lich King's." +#define GOSSIP_ITEM_AOF2 "You can trust me. I am no friend of the Lich King." #define GOSSIP_ITEM_AOF3 "I will not fail." enum @@ -251,9 +251,7 @@ bool GossipHello_npc_avatar_of_freya(Player* pPlayer, Creature* pCreature) bool GossipSelect_npc_avatar_of_freya(Player* pPlayer, Creature* pCreature, uint32 uiSender, uint32 uiAction) { switch (uiAction) - { - case GOSSIP_ACTION_INFO_DEF+1: pPlayer->ADD_GOSSIP_ITEM(GOSSIP_ICON_CHAT, GOSSIP_ITEM_AOF2, GOSSIP_SENDER_MAIN, GOSSIP_ACTION_INFO_DEF+2); pPlayer->PlayerTalkClass->SendGossipMenu(GOSSIP_TEXTID_AVATAR2, pCreature->GetGUID()); @@ -266,7 +264,6 @@ bool GossipSelect_npc_avatar_of_freya(Player* pPlayer, Creature* pCreature, uint pPlayer->CastSpell(pPlayer, SPELL_FREYA_CONVERSATION, true); pPlayer->CLOSE_GOSSIP_MENU(); break; - } return true; } |