diff options
| author | Spp <none@none> | 2010-04-19 17:13:20 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-04-19 17:13:20 +0200 |
| commit | 450c6af43bd18b42dc9475befa062d51f04a946c (patch) | |
| tree | e8e16b6deee5e4c96a58d99825a051891cbffb68 /src/scripts/world | |
| parent | 97b7aa111691d8545e1b6666c23251f20e61a8d9 (diff) | |
Code Style: Remove trailing spaces and tab to spaces
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/world')
| -rw-r--r-- | src/scripts/world/go_scripts.cpp | 2 | ||||
| -rw-r--r-- | src/scripts/world/item_scripts.cpp | 4 | ||||
| -rw-r--r-- | src/scripts/world/npcs_special.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/scripts/world/go_scripts.cpp b/src/scripts/world/go_scripts.cpp index 28ba7b47e97..3f822266eb9 100644 --- a/src/scripts/world/go_scripts.cpp +++ b/src/scripts/world/go_scripts.cpp @@ -1097,7 +1097,7 @@ void AddSC_go_scripts() newscript->Name = "go_stillpine_cage"; newscript->pGOHello = &GOHello_go_stillpine_cage; newscript->RegisterSelf(); - + newscript = new Script; newscript->Name = "go_amberpine_outhouse"; newscript->pGOHello = &GOHello_go_amberpine_outhouse; diff --git a/src/scripts/world/item_scripts.cpp b/src/scripts/world/item_scripts.cpp index 241f6020caa..49294213d91 100644 --- a/src/scripts/world/item_scripts.cpp +++ b/src/scripts/world/item_scripts.cpp @@ -255,7 +255,7 @@ enum ePileFakeFur }; #define CaribouTrapsNum 15 -const uint32 CaribouTraps[CaribouTrapsNum] = +const uint32 CaribouTraps[CaribouTrapsNum] = { GO_CARIBOU_TRAP_1, GO_CARIBOU_TRAP_2, GO_CARIBOU_TRAP_3, GO_CARIBOU_TRAP_4, GO_CARIBOU_TRAP_5, GO_CARIBOU_TRAP_6, GO_CARIBOU_TRAP_7, GO_CARIBOU_TRAP_8, GO_CARIBOU_TRAP_9, GO_CARIBOU_TRAP_10, @@ -383,7 +383,7 @@ bool ItemUse_item_dehta_trap_smasher(Player* pPlayer, Item* /*pItem*/, const Spe pPlayer->KilledMonsterCredit(NPC_TRAPPED_MAMMOTH_CALF,0); return true; } - } + } return false; } diff --git a/src/scripts/world/npcs_special.cpp b/src/scripts/world/npcs_special.cpp index c7c2d4a68ee..47bb0893d6a 100644 --- a/src/scripts/world/npcs_special.cpp +++ b/src/scripts/world/npcs_special.cpp @@ -2081,7 +2081,7 @@ bool GossipHello_npc_pet_trainer(Player* pPlayer, Creature* pCreature) pPlayer->ADD_GOSSIP_ITEM(GOSSIP_ICON_CHAT, GOSSIP_PET1, GOSSIP_SENDER_MAIN, GOSSIP_ACTION_INFO_DEF+1); if (pPlayer->GetPet() && pPlayer->GetPet()->getPetType() == HUNTER_PET) pPlayer->ADD_GOSSIP_ITEM(GOSSIP_ICON_CHAT, GOSSIP_PET2, GOSSIP_SENDER_MAIN, GOSSIP_ACTION_INFO_DEF+2); - + pPlayer->PlayerTalkClass->SendGossipMenu(TEXT_ISHUNTER, pCreature->GetGUID()); return true; } |
