diff options
author | Spp <none@none> | 2010-04-07 18:09:10 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-04-07 18:09:10 +0200 |
commit | b27ce42704c33e292bda390265bb8fd01a433505 (patch) | |
tree | 29b2df222a2c1be3325e3d6fab75206100b578fd /src/scripts/northrend/dalaran.cpp | |
parent | f490ad5ac259712e323f0a52e608ff1383b2fc41 (diff) |
Code Style: Remove trailing spaces
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/northrend/dalaran.cpp')
-rw-r--r-- | src/scripts/northrend/dalaran.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/northrend/dalaran.cpp b/src/scripts/northrend/dalaran.cpp index f6ced101d22..26b896b473d 100644 --- a/src/scripts/northrend/dalaran.cpp +++ b/src/scripts/northrend/dalaran.cpp @@ -111,7 +111,7 @@ CreatureAI* GetAI_npc_mageguard_dalaran(Creature* pCreature) enum eHiraSnowdawn { - SPELL_COLD_WEATHER_FLYING = 54197 + SPELL_COLD_WEATHER_FLYING = 54197 }; #define GOSSIP_TEXT_TRAIN_HIRA "I seek training to ride a steed." @@ -138,7 +138,7 @@ bool GossipSelect_npc_hira_snowdawn(Player* pPlayer, Creature* pCreature, uint32 if (uiAction == GOSSIP_ACTION_TRADE) pPlayer->SEND_VENDORLIST(pCreature->GetGUID()); - + return true; } |