aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/ZulAman
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-03-21 10:52:14 +0100
committerShauren <shauren.trinity@gmail.com>2011-03-21 10:52:14 +0100
commit2f79b0f266e48778f13f9e183b41bfd8baa6f8bd (patch)
tree24d015e1cd21d43393e690ce624db3dda9b3ed73 /src/server/scripts/EasternKingdoms/ZulAman
parentf8162d609ba2d010fadaed56a0dc51df17c3b7a1 (diff)
Core: Removed all double (and more) empty lines
Diffstat (limited to 'src/server/scripts/EasternKingdoms/ZulAman')
-rw-r--r--src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp1
-rw-r--r--src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp1
-rw-r--r--src/server/scripts/EasternKingdoms/ZulAman/boss_zuljin.cpp2
3 files changed, 0 insertions, 4 deletions
diff --git a/src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp b/src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp
index 820e19eea9a..251ae131d01 100644
--- a/src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp
+++ b/src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp
@@ -439,7 +439,6 @@ class boss_janalai : public CreatureScript
}
};
-
CreatureAI* GetAI(Creature* creature) const
{
return new boss_janalaiAI(creature);
diff --git a/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp b/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp
index 4eb3c9ac07c..bab2c9cdc6c 100644
--- a/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp
+++ b/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp
@@ -445,7 +445,6 @@ class boss_nalorakk : public CreatureScript
}
};
-
CreatureAI* GetAI(Creature* creature) const
{
return new boss_nalorakkAI(creature);
diff --git a/src/server/scripts/EasternKingdoms/ZulAman/boss_zuljin.cpp b/src/server/scripts/EasternKingdoms/ZulAman/boss_zuljin.cpp
index f875c5c065f..9518d768f8f 100644
--- a/src/server/scripts/EasternKingdoms/ZulAman/boss_zuljin.cpp
+++ b/src/server/scripts/EasternKingdoms/ZulAman/boss_zuljin.cpp
@@ -587,7 +587,6 @@ class boss_zuljin : public CreatureScript
}
};
-
CreatureAI* GetAI(Creature* creature) const
{
return new boss_zuljinAI(creature);
@@ -631,7 +630,6 @@ class mob_zuljin_vortex : public CreatureScript
}
};
-
void AddSC_boss_zuljin()
{
new boss_zuljin();