From ab3eced989fdc8804ee0f2e1d12d1b8f0680d269 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Mon, 23 Dec 2013 12:12:31 -0330 Subject: Scripting/Misc: Some cleanup. --- src/server/scripts/EasternKingdoms/zone_arathi_highlands.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/server/scripts/EasternKingdoms') 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 { -- cgit v1.2.3