diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-11-27 12:36:38 +0100 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-11-27 12:36:38 +0100 |
| commit | 8a7ec89883e24741c666577b496fbdfee3582358 (patch) | |
| tree | d2b7d766637bb78e1aff242086342455f85dc54a /src/server/scripts/Northrend | |
| parent | 25f1d6192355760cdbca6f50b247545344b6203e (diff) | |
Core: Fix warnings
Diffstat (limited to 'src/server/scripts/Northrend')
| -rw-r--r-- | src/server/scripts/Northrend/icecrown.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/icecrown.cpp b/src/server/scripts/Northrend/icecrown.cpp index dc450a8fea4..e08a9173715 100644 --- a/src/server/scripts/Northrend/icecrown.cpp +++ b/src/server/scripts/Northrend/icecrown.cpp @@ -860,7 +860,7 @@ public: } }; - CreatureAI *GetAI(Creature *creature) const + CreatureAI* GetAI(Creature* creature) const { return new npc_blessed_bannerAI(creature); } |
