diff options
| author | Gyx <2359980687@qq.com> | 2012-03-28 19:11:50 +0800 |
|---|---|---|
| committer | Gyx <2359980687@qq.com> | 2012-03-28 19:11:50 +0800 |
| commit | 72cdcbfcedafe223837c5011431373ef852a9c8b (patch) | |
| tree | 4549db7310e33b70d4b81b47371e8254ff805b6f /src/server/game/AI/SmartScripts | |
| parent | a20fa23ea6e151220678e51a790fbab599db32d9 (diff) | |
Core/Game: Code style.
Signed-off-by: Gyx <2359980687@qq.com>
Diffstat (limited to 'src/server/game/AI/SmartScripts')
| -rw-r--r-- | src/server/game/AI/SmartScripts/SmartAI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/AI/SmartScripts/SmartAI.h b/src/server/game/AI/SmartScripts/SmartAI.h index c2501199f77..0b925f852f4 100644 --- a/src/server/game/AI/SmartScripts/SmartAI.h +++ b/src/server/game/AI/SmartScripts/SmartAI.h @@ -245,7 +245,7 @@ public: SmartScript* GetScript() { return &mScript; } static int Permissible(const GameObject* g); - bool GossipHello(Player* player) ; + bool GossipHello(Player* player); bool GossipSelect(Player* player, uint32 sender, uint32 action); bool GossipSelectCode(Player* /*player*/, uint32 /*sender*/, uint32 /*action*/, const char* /*code*/); bool QuestAccept(Player* player, Quest const* quest); |
