aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2013-12-23 12:12:31 -0330
committerMalcrom <malcromdev@gmail.com>2013-12-23 12:12:31 -0330
commitab3eced989fdc8804ee0f2e1d12d1b8f0680d269 (patch)
treeb56ae7ddf39e6b530d0c44b8d6d72b8be8668c45 /src/server/scripts/EasternKingdoms
parent59eca906ef6c545a98558f1087232e3b9e2c0165 (diff)
Scripting/Misc: Some cleanup.
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
-rw-r--r--src/server/scripts/EasternKingdoms/zone_arathi_highlands.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/server/scripts/EasternKingdoms/zone_arathi_highlands.cpp b/src/server/scripts/EasternKingdoms/zone_arathi_highlands.cpp
index c3fe8823bc0..b8939f16c5d 100644
--- a/src/server/scripts/EasternKingdoms/zone_arathi_highlands.cpp
+++ b/src/server/scripts/EasternKingdoms/zone_arathi_highlands.cpp
@@ -60,11 +60,7 @@ enum ProfessorPhizzlethorpe
class npc_professor_phizzlethorpe : public CreatureScript
{
public:
-
- npc_professor_phizzlethorpe()
- : CreatureScript("npc_professor_phizzlethorpe")
- {
- }
+ npc_professor_phizzlethorpe() : CreatureScript("npc_professor_phizzlethorpe") { }
struct npc_professor_phizzlethorpeAI : public npc_escortAI
{