aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-01-01 01:25:04 +0100
committerShauren <shauren.trinity@gmail.com>2022-01-01 01:25:04 +0100
commit9f76071108597bdf3da1573e4b4d212151272b88 (patch)
treefe3d5e6279fb6f816dbcfcf08ab59be5f456726a /src/server/scripts
parent285e3a1ed22d40ccf6fe09be7d760725c2b8eefb (diff)
Core/Misc: Remove whitespace at the end of lines
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_skeram.cpp2
-rw-r--r--src/server/scripts/Outland/zone_hellfire_peninsula.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_skeram.cpp b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_skeram.cpp
index 046d534f453..60104d07cf8 100644
--- a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_skeram.cpp
+++ b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_skeram.cpp
@@ -253,7 +253,7 @@ public:
class spell_skeram_true_fulfillment_SpellScript : public SpellScript
{
PrepareSpellScript(spell_skeram_true_fulfillment_SpellScript);
-
+
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_TRUE_FULFILLMENT_2, SPELL_GENERIC_DISMOUNT });
diff --git a/src/server/scripts/Outland/zone_hellfire_peninsula.cpp b/src/server/scripts/Outland/zone_hellfire_peninsula.cpp
index 12d358d5d13..e8783ecb382 100644
--- a/src/server/scripts/Outland/zone_hellfire_peninsula.cpp
+++ b/src/server/scripts/Outland/zone_hellfire_peninsula.cpp
@@ -255,7 +255,7 @@ enum WoundedBloodElf
QUEST_ROAD_TO_FALCON_WATCH = 9375,
NPC_HAALESHI_WINDWALKER = 16966,
NPC_HAALESHI_TALONGUARD = 16967,
-
+
};
class npc_wounded_blood_elf : public CreatureScript