From dd19a61362863227b20c2f0ac45cda2c00c9aa6e Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Thu, 17 May 2018 13:32:31 +0200 Subject: [PATCH] Scripts/Deadmines: corrected some datings, fixed a spelling mistake and cleaned up some spacings --- .../EasternKingdoms/Deadmines/boss_admiral_ripsnarl.cpp | 3 +-- .../scripts/EasternKingdoms/Deadmines/boss_captain_cookie.cpp | 2 +- .../scripts/EasternKingdoms/Deadmines/boss_foe_reaper_5000.cpp | 2 +- src/server/scripts/EasternKingdoms/Deadmines/boss_glubtok.cpp | 2 +- .../EasternKingdoms/Deadmines/boss_helix_gearbreaker.cpp | 2 +- .../EasternKingdoms/Deadmines/boss_vanessa_van_cleef.cpp | 2 +- .../scripts/EasternKingdoms/Deadmines/instance_deadmines.cpp | 3 +-- 7 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/server/scripts/EasternKingdoms/Deadmines/boss_admiral_ripsnarl.cpp b/src/server/scripts/EasternKingdoms/Deadmines/boss_admiral_ripsnarl.cpp index d2f20860455..27832a16585 100644 --- a/src/server/scripts/EasternKingdoms/Deadmines/boss_admiral_ripsnarl.cpp +++ b/src/server/scripts/EasternKingdoms/Deadmines/boss_admiral_ripsnarl.cpp @@ -1,5 +1,5 @@ /* -* Copyright (C) 2008-2017 TrinityCore +* Copyright (C) 2008-2018 TrinityCore * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -49,7 +49,6 @@ enum Spells // Vapor SPELL_STEAM_AURA = 95503, SPELL_CONDENSATION = 92013, - SPELL_SWIRLING_VAPOR = 92007, SPELL_CONDENSING_VAPOR = 92008, SPELL_FREEZING_VAPOR = 92011, diff --git a/src/server/scripts/EasternKingdoms/Deadmines/boss_captain_cookie.cpp b/src/server/scripts/EasternKingdoms/Deadmines/boss_captain_cookie.cpp index f0ee40b91d7..bb711d91048 100644 --- a/src/server/scripts/EasternKingdoms/Deadmines/boss_captain_cookie.cpp +++ b/src/server/scripts/EasternKingdoms/Deadmines/boss_captain_cookie.cpp @@ -1,5 +1,5 @@ /* -* Copyright (C) 2008-2017 TrinityCore +* Copyright (C) 2008-2018 TrinityCore * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/server/scripts/EasternKingdoms/Deadmines/boss_foe_reaper_5000.cpp b/src/server/scripts/EasternKingdoms/Deadmines/boss_foe_reaper_5000.cpp index 04086eb591d..c79334d26d0 100644 --- a/src/server/scripts/EasternKingdoms/Deadmines/boss_foe_reaper_5000.cpp +++ b/src/server/scripts/EasternKingdoms/Deadmines/boss_foe_reaper_5000.cpp @@ -1,5 +1,5 @@ /* -* Copyright (C) 2008-2017 TrinityCore +* Copyright (C) 2008-2018 TrinityCore * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/server/scripts/EasternKingdoms/Deadmines/boss_glubtok.cpp b/src/server/scripts/EasternKingdoms/Deadmines/boss_glubtok.cpp index 77a9d494abf..9b5165dbcd8 100644 --- a/src/server/scripts/EasternKingdoms/Deadmines/boss_glubtok.cpp +++ b/src/server/scripts/EasternKingdoms/Deadmines/boss_glubtok.cpp @@ -1,5 +1,5 @@ /* -* Copyright (C) 2008-2017 TrinityCore +* Copyright (C) 2008-2018 TrinityCore * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/server/scripts/EasternKingdoms/Deadmines/boss_helix_gearbreaker.cpp b/src/server/scripts/EasternKingdoms/Deadmines/boss_helix_gearbreaker.cpp index 3453cf0a7ca..bcc70ee863c 100644 --- a/src/server/scripts/EasternKingdoms/Deadmines/boss_helix_gearbreaker.cpp +++ b/src/server/scripts/EasternKingdoms/Deadmines/boss_helix_gearbreaker.cpp @@ -1,5 +1,5 @@ /* -* Copyright (C) 2008-2017 TrinityCore +* Copyright (C) 2008-2018 TrinityCore * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/server/scripts/EasternKingdoms/Deadmines/boss_vanessa_van_cleef.cpp b/src/server/scripts/EasternKingdoms/Deadmines/boss_vanessa_van_cleef.cpp index 3bfc15a0a8f..f2069e1fb0f 100644 --- a/src/server/scripts/EasternKingdoms/Deadmines/boss_vanessa_van_cleef.cpp +++ b/src/server/scripts/EasternKingdoms/Deadmines/boss_vanessa_van_cleef.cpp @@ -1,5 +1,5 @@ /* -* Copyright (C) 2008-2017 TrinityCore +* Copyright (C) 2008-2018 TrinityCore * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/server/scripts/EasternKingdoms/Deadmines/instance_deadmines.cpp b/src/server/scripts/EasternKingdoms/Deadmines/instance_deadmines.cpp index 025f0cdddb7..c0ff43a2db5 100644 --- a/src/server/scripts/EasternKingdoms/Deadmines/instance_deadmines.cpp +++ b/src/server/scripts/EasternKingdoms/Deadmines/instance_deadmines.cpp @@ -15,7 +15,6 @@ * with this program. If not, see . */ - #include "ScriptMgr.h" #include "CreatureAI.h" #include "deadmines.h" @@ -59,7 +58,7 @@ enum EventIds EVENT_CHECK_DEAD_PLAYERS }; -enum TextsIds +enum TextIds { // Id's 0 - 1 used by Foe Reaper 5000 // Id 2 used by Defias Cannon