diff options
| author | joschiwald <joschiwald@online.de> | 2014-01-23 20:55:47 +0100 |
|---|---|---|
| committer | joschiwald <joschiwald@online.de> | 2014-01-23 20:55:47 +0100 |
| commit | d6c5307a819176dd1c8b2827b0a63c11bcb709c3 (patch) | |
| tree | 7f3ff9555ed36e2e24933407c61c44ca6c397dec /src/server/scripts/EasternKingdoms | |
| parent | 30a7ea912d00d012bbca3230041fa806e2cab43e (diff) | |
Scripts/Spells: use new hook in some spellscripts
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/zone_stormwind_city.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/server/scripts/EasternKingdoms/zone_stormwind_city.cpp b/src/server/scripts/EasternKingdoms/zone_stormwind_city.cpp index 4bfbff50dd5..0cd1403d48a 100644 --- a/src/server/scripts/EasternKingdoms/zone_stormwind_city.cpp +++ b/src/server/scripts/EasternKingdoms/zone_stormwind_city.cpp @@ -233,10 +233,7 @@ public: struct npc_lord_gregor_lescovarAI : public npc_escortAI { - npc_lord_gregor_lescovarAI(Creature* creature) : npc_escortAI(creature) - { - creature->RestoreFaction(); - } + npc_lord_gregor_lescovarAI(Creature* creature) : npc_escortAI(creature) { } uint32 uiTimer; uint32 uiPhase; |
