From cdda5249bda5d366e688ea07d9a8d4f0d4f3f05c Mon Sep 17 00:00:00 2001 From: ShinDarth Date: Fri, 19 Aug 2016 12:14:50 +0200 Subject: [PATCH 1/3] CMake/Clang: fix build type variable --- modules/acore/cmake/compiler/clang/settings.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/acore/cmake/compiler/clang/settings.cmake b/modules/acore/cmake/compiler/clang/settings.cmake index e18e45745..96aaa54fd 100644 --- a/modules/acore/cmake/compiler/clang/settings.cmake +++ b/modules/acore/cmake/compiler/clang/settings.cmake @@ -1,5 +1,5 @@ # Set build-directive (used in core to tell which buildtype we used) -add_definitions(-D_BUILD_DIRECTIVE='"$(CONFIGURATION)"') +add_definitions(-D_BUILD_DIRECTIVE='"${CMAKE_BUILD_TYPE}"') if(WITH_WARNINGS) set(WARNING_FLAGS "-W -Wall -Wextra -Winit-self -Wfatal-errors -Wno-mismatched-tags") From 0aba3ae2674118302e648af4e74d3e4003b1c87b Mon Sep 17 00:00:00 2001 From: ShinDarth Date: Fri, 19 Aug 2016 23:22:03 +0200 Subject: [PATCH 2/3] Corrected more copyrights --- src/authserver/authserver.rc | 3 +-- src/game/AI/CreatureAIImpl.h | 3 +-- src/game/AI/ScriptedAI/ScriptedCreature.cpp | 3 +-- src/game/AI/ScriptedAI/ScriptedGossip.h | 3 +-- src/game/AI/SmartScripts/SmartAI.cpp | 3 +-- src/game/AI/SmartScripts/SmartAI.h | 3 +-- src/game/AI/SmartScripts/SmartScript.cpp | 3 +-- src/game/AI/SmartScripts/SmartScript.h | 3 +-- src/game/AI/SmartScripts/SmartScriptMgr.cpp | 3 +-- src/game/AI/SmartScripts/SmartScriptMgr.h | 3 +-- src/game/Battlegrounds/ArenaTeamMgr.cpp | 3 +-- src/game/Battlegrounds/ArenaTeamMgr.h | 3 +-- src/game/Calendar/CalendarMgr.cpp | 3 +-- src/game/Calendar/CalendarMgr.h | 3 +-- src/game/Chat/ChatLink.cpp | 3 +-- src/game/Chat/ChatLink.h | 3 +-- src/game/DungeonFinding/LFG.cpp | 3 +-- src/game/DungeonFinding/LFG.h | 3 +-- src/game/DungeonFinding/LFGGroupData.cpp | 3 +-- src/game/DungeonFinding/LFGGroupData.h | 3 +-- src/game/DungeonFinding/LFGMgr.cpp | 3 +-- src/game/DungeonFinding/LFGMgr.h | 3 +-- src/game/DungeonFinding/LFGPlayerData.cpp | 3 +-- src/game/DungeonFinding/LFGPlayerData.h | 3 +-- src/game/DungeonFinding/LFGQueue.cpp | 3 +-- src/game/DungeonFinding/LFGQueue.h | 3 +-- src/game/DungeonFinding/LFGScripts.cpp | 3 +-- src/game/DungeonFinding/LFGScripts.h | 3 +-- src/game/Entities/Object/Updates/UpdateFieldFlags.cpp | 3 +-- src/game/Entities/Object/Updates/UpdateFieldFlags.h | 3 +-- src/game/Groups/GroupMgr.cpp | 3 +-- src/game/Groups/GroupMgr.h | 3 +-- src/game/Guilds/GuildMgr.cpp | 3 +-- src/game/Guilds/GuildMgr.h | 3 +-- src/game/Handlers/AuthHandler.cpp | 3 +-- src/game/Handlers/LFGHandler.cpp | 3 +-- src/game/Handlers/MailHandler.cpp | 3 +-- src/game/Handlers/ReferAFriendHandler.cpp | 3 +-- src/game/Handlers/VehicleHandler.cpp | 3 +-- src/game/Maps/TransportMgr.cpp | 3 +-- src/game/Maps/TransportMgr.h | 3 +-- src/game/Maps/ZoneScript.h | 3 +-- src/game/Movement/MovementGenerators/PathGenerator.cpp | 3 +-- src/game/Movement/MovementGenerators/PathGenerator.h | 3 +-- src/game/Movement/Spline/MoveSpline.cpp | 3 +-- src/game/Movement/Spline/MoveSpline.h | 3 +-- src/game/Movement/Spline/MoveSplineFlag.h | 3 +-- src/game/Movement/Spline/MoveSplineInit.cpp | 3 +-- src/game/Movement/Spline/MoveSplineInit.h | 3 +-- src/game/Movement/Spline/MoveSplineInitArgs.h | 3 +-- src/game/Movement/Spline/MovementTypedefs.h | 3 +-- src/game/Movement/Spline/MovementUtil.cpp | 3 +-- src/game/Movement/Spline/Spline.cpp | 3 +-- src/game/Movement/Spline/Spline.h | 3 +-- src/game/Movement/Spline/SplineImpl.h | 3 +-- src/game/OutdoorPvP/OutdoorPvP.cpp | 3 +-- src/game/OutdoorPvP/OutdoorPvP.h | 3 +-- src/game/OutdoorPvP/OutdoorPvPMgr.cpp | 3 +-- src/game/OutdoorPvP/OutdoorPvPMgr.h | 3 +-- src/game/Server/Protocol/PacketLog.cpp | 3 +-- src/game/Server/Protocol/PacketLog.h | 3 +-- src/game/Server/WorldSocketAcceptor.h | 3 +-- src/game/Spells/SpellInfo.cpp | 3 +-- src/game/Spells/SpellInfo.h | 3 +-- src/game/Spells/SpellScript.cpp | 3 +-- src/game/Spells/SpellScript.h | 3 +-- src/game/Texts/CreatureTextMgr.cpp | 3 +-- src/game/Texts/CreatureTextMgr.h | 3 +-- src/game/Tickets/TicketMgr.h | 3 +-- src/scripts/Commands/cs_achievement.cpp | 3 +-- src/scripts/Commands/cs_ban.cpp | 3 +-- src/scripts/Commands/cs_bf.cpp | 3 +-- src/scripts/Commands/cs_cast.cpp | 3 +-- src/scripts/Commands/cs_character.cpp | 3 +-- src/scripts/Commands/cs_debug.cpp | 3 +-- src/scripts/Commands/cs_event.cpp | 3 +-- src/scripts/Commands/cs_gm.cpp | 3 +-- src/scripts/Commands/cs_go.cpp | 3 +-- src/scripts/Commands/cs_gobject.cpp | 3 +-- src/scripts/Commands/cs_guild.cpp | 3 +-- src/scripts/Commands/cs_honor.cpp | 3 +-- src/scripts/Commands/cs_instance.cpp | 3 +-- src/scripts/Commands/cs_learn.cpp | 3 +-- src/scripts/Commands/cs_lfg.cpp | 3 +-- src/scripts/Commands/cs_list.cpp | 3 +-- src/scripts/Commands/cs_lookup.cpp | 3 +-- src/scripts/Commands/cs_message.cpp | 3 +-- src/scripts/Commands/cs_misc.cpp | 3 +-- src/scripts/Commands/cs_modify.cpp | 3 +-- src/scripts/Commands/cs_npc.cpp | 3 +-- src/scripts/Commands/cs_quest.cpp | 3 +-- src/scripts/Commands/cs_reload.cpp | 3 +-- src/scripts/Commands/cs_reset.cpp | 3 +-- src/scripts/Commands/cs_server.cpp | 3 +-- src/scripts/Commands/cs_tele.cpp | 3 +-- src/scripts/Commands/cs_ticket.cpp | 3 +-- src/scripts/Commands/cs_titles.cpp | 3 +-- src/scripts/Commands/cs_wp.cpp | 3 +-- src/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp | 3 +-- src/scripts/EasternKingdoms/AlteracValley/boss_balinda.cpp | 3 +-- src/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp | 3 +-- src/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp | 3 +-- src/scripts/EasternKingdoms/AlteracValley/boss_vanndar.cpp | 3 +-- .../BlackrockMountain/BlackrockDepths/blackrock_depths.cpp | 3 +-- .../BlackrockMountain/BlackrockSpire/blackrock_spire.h | 3 +-- .../BlackrockSpire/boss_gizrul_the_slavener.cpp | 3 +-- .../BlackrockMountain/BlackrockSpire/boss_gyth.cpp | 3 +-- .../BlackrockMountain/BlackrockSpire/boss_halycon.cpp | 3 +-- .../BlackrockMountain/BlackrockSpire/boss_lord_valthalak.cpp | 3 +-- .../BlackrockSpire/boss_pyroguard_emberseer.cpp | 3 +-- .../BlackrockSpire/boss_quartermaster_zigris.cpp | 3 +-- .../BlackrockMountain/BlackrockSpire/boss_urok_doomhowl.cpp | 3 +-- .../BlackrockSpire/instance_blackrock_spire.cpp | 3 +-- .../BlackrockMountain/BlackwingLair/blackwing_lair.h | 3 +-- .../BlackwingLair/instance_blackwing_lair.cpp | 3 +-- .../BlackrockMountain/MoltenCore/boss_shazzrah.cpp | 3 +-- src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp | 3 +-- src/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp | 3 +-- src/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp | 3 +-- .../ScarletEnclave/zone_the_scarlet_enclave.cpp | 3 +-- src/scripts/EasternKingdoms/ZulGurub/boss_arlokk.cpp | 3 +-- src/scripts/EasternKingdoms/ZulGurub/boss_hakkar.cpp | 3 +-- src/scripts/EasternKingdoms/ZulGurub/boss_jeklik.cpp | 3 +-- src/scripts/EasternKingdoms/ZulGurub/zulgurub.h | 3 +-- src/scripts/EasternKingdoms/zone_blasted_lands.cpp | 3 +-- src/scripts/EasternKingdoms/zone_ironforge.cpp | 3 +-- src/scripts/EasternKingdoms/zone_redridge_mountains.cpp | 3 +-- src/scripts/Events/childrens_week.cpp | 3 +-- .../CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp | 3 +-- .../CavernsOfTime/BattleForMountHyjal/boss_azgalor.cpp | 3 +-- .../CavernsOfTime/BattleForMountHyjal/boss_kazrogal.cpp | 3 +-- .../BattleForMountHyjal/boss_rage_winterchill.cpp | 3 +-- .../Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.cpp | 3 +-- .../Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.h | 3 +-- src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_kurinnaxx.cpp | 3 +-- src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_moam.cpp | 3 +-- src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_ossirian.cpp | 3 +-- src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_rajaxx.cpp | 3 +-- .../Kalimdor/RuinsOfAhnQiraj/instance_ruins_of_ahnqiraj.cpp | 3 +-- src/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.h | 3 +-- src/scripts/Kalimdor/TempleOfAhnQiraj/boss_viscidus.cpp | 3 +-- src/scripts/Kalimdor/zone_durotar.cpp | 3 +-- src/scripts/Northrend/AzjolNerub/ahnkahet/def_ahnkahet.h | 3 +-- .../Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp | 3 +-- src/scripts/Northrend/VaultOfArchavon/vault_of_archavon.h | 3 +-- src/scripts/Northrend/isle_of_conquest.cpp | 3 +-- src/scripts/Northrend/zone_crystalsong_forest.cpp | 3 +-- src/scripts/Northrend/zone_dalaran.cpp | 3 +-- src/scripts/Northrend/zone_howling_fjord.cpp | 3 +-- src/scripts/Northrend/zone_sholazar_basin.cpp | 3 +-- src/scripts/Northrend/zone_storm_peaks.cpp | 3 +-- src/scripts/Northrend/zone_wintergrasp.cpp | 3 +-- src/scripts/Northrend/zone_zuldrak.cpp | 3 +-- src/scripts/OutdoorPvP/OutdoorPvPEP.cpp | 3 +-- src/scripts/OutdoorPvP/OutdoorPvPEP.h | 3 +-- src/scripts/OutdoorPvP/OutdoorPvPGH.cpp | 3 +-- src/scripts/OutdoorPvP/OutdoorPvPGH.h | 3 +-- src/scripts/OutdoorPvP/OutdoorPvPHP.cpp | 3 +-- src/scripts/OutdoorPvP/OutdoorPvPHP.h | 3 +-- src/scripts/OutdoorPvP/OutdoorPvPNA.cpp | 3 +-- src/scripts/OutdoorPvP/OutdoorPvPNA.h | 3 +-- src/scripts/OutdoorPvP/OutdoorPvPSI.cpp | 3 +-- src/scripts/OutdoorPvP/OutdoorPvPSI.h | 3 +-- src/scripts/OutdoorPvP/OutdoorPvPTF.cpp | 3 +-- src/scripts/OutdoorPvP/OutdoorPvPTF.h | 3 +-- src/scripts/OutdoorPvP/OutdoorPvPZM.cpp | 3 +-- src/scripts/OutdoorPvP/OutdoorPvPZM.h | 3 +-- src/scripts/Pet/pet_dk.cpp | 3 +-- src/scripts/Pet/pet_generic.cpp | 3 +-- src/scripts/Pet/pet_hunter.cpp | 3 +-- src/scripts/Pet/pet_mage.cpp | 3 +-- src/scripts/Pet/pet_priest.cpp | 3 +-- src/scripts/Pet/pet_shaman.cpp | 3 +-- src/scripts/ScriptLoader.cpp | 3 +-- src/scripts/ScriptLoader.h | 3 +-- src/scripts/Spells/spell_dk.cpp | 3 +-- src/scripts/Spells/spell_druid.cpp | 3 +-- src/scripts/Spells/spell_generic.cpp | 3 +-- src/scripts/Spells/spell_hunter.cpp | 3 +-- src/scripts/Spells/spell_item.cpp | 3 +-- src/scripts/Spells/spell_mage.cpp | 3 +-- src/scripts/Spells/spell_paladin.cpp | 3 +-- src/scripts/Spells/spell_priest.cpp | 3 +-- src/scripts/Spells/spell_quest.cpp | 3 +-- src/scripts/Spells/spell_rogue.cpp | 3 +-- src/scripts/Spells/spell_shaman.cpp | 3 +-- src/scripts/Spells/spell_warlock.cpp | 3 +-- src/scripts/Spells/spell_warrior.cpp | 3 +-- src/scripts/World/achievement_scripts.cpp | 3 +-- src/worldserver/RemoteAccess/RARunnable.cpp | 3 +-- src/worldserver/RemoteAccess/RARunnable.h | 3 +-- src/worldserver/TCSoap/TCSoap.cpp | 3 +-- src/worldserver/TCSoap/TCSoap.h | 3 +-- 193 files changed, 193 insertions(+), 386 deletions(-) diff --git a/src/authserver/authserver.rc b/src/authserver/authserver.rc index f7b0da1d1..d21bd638b 100644 --- a/src/authserver/authserver.rc +++ b/src/authserver/authserver.rc @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/AI/CreatureAIImpl.h b/src/game/AI/CreatureAIImpl.h index 4fcd08232..556058c1d 100644 --- a/src/game/AI/CreatureAIImpl.h +++ b/src/game/AI/CreatureAIImpl.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/AI/ScriptedAI/ScriptedCreature.cpp b/src/game/AI/ScriptedAI/ScriptedCreature.cpp index fe2cff77b..349b57eb5 100644 --- a/src/game/AI/ScriptedAI/ScriptedCreature.cpp +++ b/src/game/AI/ScriptedAI/ScriptedCreature.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * * * This program is free software licensed under GPL version 2 diff --git a/src/game/AI/ScriptedAI/ScriptedGossip.h b/src/game/AI/ScriptedAI/ScriptedGossip.h index 321a3767e..0ed90f109 100644 --- a/src/game/AI/ScriptedAI/ScriptedGossip.h +++ b/src/game/AI/ScriptedAI/ScriptedGossip.h @@ -1,5 +1,4 @@ -/* Copyright (C) - * +/* Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * * * This program is free software licensed under GPL version 2 diff --git a/src/game/AI/SmartScripts/SmartAI.cpp b/src/game/AI/SmartScripts/SmartAI.cpp index cef6714c2..40dea991e 100644 --- a/src/game/AI/SmartScripts/SmartAI.cpp +++ b/src/game/AI/SmartScripts/SmartAI.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/AI/SmartScripts/SmartAI.h b/src/game/AI/SmartScripts/SmartAI.h index 19ab48459..5f6a8ac10 100644 --- a/src/game/AI/SmartScripts/SmartAI.h +++ b/src/game/AI/SmartScripts/SmartAI.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/AI/SmartScripts/SmartScript.cpp b/src/game/AI/SmartScripts/SmartScript.cpp index ed8c5879a..1bd940da3 100644 --- a/src/game/AI/SmartScripts/SmartScript.cpp +++ b/src/game/AI/SmartScripts/SmartScript.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/AI/SmartScripts/SmartScript.h b/src/game/AI/SmartScripts/SmartScript.h index 7f11709f2..16617e740 100644 --- a/src/game/AI/SmartScripts/SmartScript.h +++ b/src/game/AI/SmartScripts/SmartScript.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/AI/SmartScripts/SmartScriptMgr.cpp b/src/game/AI/SmartScripts/SmartScriptMgr.cpp index dc7735593..c95c655b8 100644 --- a/src/game/AI/SmartScripts/SmartScriptMgr.cpp +++ b/src/game/AI/SmartScripts/SmartScriptMgr.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/AI/SmartScripts/SmartScriptMgr.h b/src/game/AI/SmartScripts/SmartScriptMgr.h index c75997012..b53f3851c 100644 --- a/src/game/AI/SmartScripts/SmartScriptMgr.h +++ b/src/game/AI/SmartScripts/SmartScriptMgr.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Battlegrounds/ArenaTeamMgr.cpp b/src/game/Battlegrounds/ArenaTeamMgr.cpp index 8e4d714a8..1cbef2068 100644 --- a/src/game/Battlegrounds/ArenaTeamMgr.cpp +++ b/src/game/Battlegrounds/ArenaTeamMgr.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Battlegrounds/ArenaTeamMgr.h b/src/game/Battlegrounds/ArenaTeamMgr.h index 7c3283e72..85224dd2c 100644 --- a/src/game/Battlegrounds/ArenaTeamMgr.h +++ b/src/game/Battlegrounds/ArenaTeamMgr.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Calendar/CalendarMgr.cpp b/src/game/Calendar/CalendarMgr.cpp index a145b5e4b..10295c156 100644 --- a/src/game/Calendar/CalendarMgr.cpp +++ b/src/game/Calendar/CalendarMgr.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Calendar/CalendarMgr.h b/src/game/Calendar/CalendarMgr.h index 2c53bb605..b61df6e48 100644 --- a/src/game/Calendar/CalendarMgr.h +++ b/src/game/Calendar/CalendarMgr.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Chat/ChatLink.cpp b/src/game/Chat/ChatLink.cpp index 13068c528..5fa205c2a 100644 --- a/src/game/Chat/ChatLink.cpp +++ b/src/game/Chat/ChatLink.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Chat/ChatLink.h b/src/game/Chat/ChatLink.h index 0514c293f..e004350b1 100644 --- a/src/game/Chat/ChatLink.h +++ b/src/game/Chat/ChatLink.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/DungeonFinding/LFG.cpp b/src/game/DungeonFinding/LFG.cpp index a69c702f8..b704b8663 100644 --- a/src/game/DungeonFinding/LFG.cpp +++ b/src/game/DungeonFinding/LFG.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/DungeonFinding/LFG.h b/src/game/DungeonFinding/LFG.h index fca86260d..42b426112 100644 --- a/src/game/DungeonFinding/LFG.h +++ b/src/game/DungeonFinding/LFG.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/DungeonFinding/LFGGroupData.cpp b/src/game/DungeonFinding/LFGGroupData.cpp index 7d73dacc4..70b9e7a58 100644 --- a/src/game/DungeonFinding/LFGGroupData.cpp +++ b/src/game/DungeonFinding/LFGGroupData.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/DungeonFinding/LFGGroupData.h b/src/game/DungeonFinding/LFGGroupData.h index e6c0135e0..3ec0d42d1 100644 --- a/src/game/DungeonFinding/LFGGroupData.h +++ b/src/game/DungeonFinding/LFGGroupData.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/DungeonFinding/LFGMgr.cpp b/src/game/DungeonFinding/LFGMgr.cpp index 09f9c6c7a..ca0578527 100644 --- a/src/game/DungeonFinding/LFGMgr.cpp +++ b/src/game/DungeonFinding/LFGMgr.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/DungeonFinding/LFGMgr.h b/src/game/DungeonFinding/LFGMgr.h index 5854d1734..048ecdd9d 100644 --- a/src/game/DungeonFinding/LFGMgr.h +++ b/src/game/DungeonFinding/LFGMgr.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/DungeonFinding/LFGPlayerData.cpp b/src/game/DungeonFinding/LFGPlayerData.cpp index 1d71a686b..952c64fea 100644 --- a/src/game/DungeonFinding/LFGPlayerData.cpp +++ b/src/game/DungeonFinding/LFGPlayerData.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/DungeonFinding/LFGPlayerData.h b/src/game/DungeonFinding/LFGPlayerData.h index 8d755ef88..2731eda35 100644 --- a/src/game/DungeonFinding/LFGPlayerData.h +++ b/src/game/DungeonFinding/LFGPlayerData.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/DungeonFinding/LFGQueue.cpp b/src/game/DungeonFinding/LFGQueue.cpp index 639123bda..68ba72437 100644 --- a/src/game/DungeonFinding/LFGQueue.cpp +++ b/src/game/DungeonFinding/LFGQueue.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * 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 * Free Software Foundation either version 2 of the License, or (at your diff --git a/src/game/DungeonFinding/LFGQueue.h b/src/game/DungeonFinding/LFGQueue.h index 65322df51..9e042067b 100644 --- a/src/game/DungeonFinding/LFGQueue.h +++ b/src/game/DungeonFinding/LFGQueue.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/DungeonFinding/LFGScripts.cpp b/src/game/DungeonFinding/LFGScripts.cpp index cffe27781..c14f76a22 100644 --- a/src/game/DungeonFinding/LFGScripts.cpp +++ b/src/game/DungeonFinding/LFGScripts.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/DungeonFinding/LFGScripts.h b/src/game/DungeonFinding/LFGScripts.h index 27e940e1d..786de4c6d 100644 --- a/src/game/DungeonFinding/LFGScripts.h +++ b/src/game/DungeonFinding/LFGScripts.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Entities/Object/Updates/UpdateFieldFlags.cpp b/src/game/Entities/Object/Updates/UpdateFieldFlags.cpp index 55ddcbd7d..0c02b555c 100644 --- a/src/game/Entities/Object/Updates/UpdateFieldFlags.cpp +++ b/src/game/Entities/Object/Updates/UpdateFieldFlags.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Entities/Object/Updates/UpdateFieldFlags.h b/src/game/Entities/Object/Updates/UpdateFieldFlags.h index f951bc57f..096cf5b9e 100644 --- a/src/game/Entities/Object/Updates/UpdateFieldFlags.h +++ b/src/game/Entities/Object/Updates/UpdateFieldFlags.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Groups/GroupMgr.cpp b/src/game/Groups/GroupMgr.cpp index e59d62688..745b7ac32 100644 --- a/src/game/Groups/GroupMgr.cpp +++ b/src/game/Groups/GroupMgr.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Groups/GroupMgr.h b/src/game/Groups/GroupMgr.h index 0ff0e0308..5bec7df5d 100644 --- a/src/game/Groups/GroupMgr.h +++ b/src/game/Groups/GroupMgr.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Guilds/GuildMgr.cpp b/src/game/Guilds/GuildMgr.cpp index d5e4fdd0b..496db63e8 100644 --- a/src/game/Guilds/GuildMgr.cpp +++ b/src/game/Guilds/GuildMgr.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Guilds/GuildMgr.h b/src/game/Guilds/GuildMgr.h index 4ced1ece4..b53f6432b 100644 --- a/src/game/Guilds/GuildMgr.h +++ b/src/game/Guilds/GuildMgr.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Handlers/AuthHandler.cpp b/src/game/Handlers/AuthHandler.cpp index 4e6bf32f0..da0b9b974 100644 --- a/src/game/Handlers/AuthHandler.cpp +++ b/src/game/Handlers/AuthHandler.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Handlers/LFGHandler.cpp b/src/game/Handlers/LFGHandler.cpp index 580dbeb54..68ec86a04 100644 --- a/src/game/Handlers/LFGHandler.cpp +++ b/src/game/Handlers/LFGHandler.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Handlers/MailHandler.cpp b/src/game/Handlers/MailHandler.cpp index 8648b69d7..3f52cb678 100644 --- a/src/game/Handlers/MailHandler.cpp +++ b/src/game/Handlers/MailHandler.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Handlers/ReferAFriendHandler.cpp b/src/game/Handlers/ReferAFriendHandler.cpp index bb370e628..45a212186 100644 --- a/src/game/Handlers/ReferAFriendHandler.cpp +++ b/src/game/Handlers/ReferAFriendHandler.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Handlers/VehicleHandler.cpp b/src/game/Handlers/VehicleHandler.cpp index 36fde04dc..42494a642 100644 --- a/src/game/Handlers/VehicleHandler.cpp +++ b/src/game/Handlers/VehicleHandler.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Maps/TransportMgr.cpp b/src/game/Maps/TransportMgr.cpp index 14a922974..3aa65c163 100644 --- a/src/game/Maps/TransportMgr.cpp +++ b/src/game/Maps/TransportMgr.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Maps/TransportMgr.h b/src/game/Maps/TransportMgr.h index 76cbb3d08..80d0a7b9d 100644 --- a/src/game/Maps/TransportMgr.h +++ b/src/game/Maps/TransportMgr.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Maps/ZoneScript.h b/src/game/Maps/ZoneScript.h index c422d3143..157322a05 100644 --- a/src/game/Maps/ZoneScript.h +++ b/src/game/Maps/ZoneScript.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Movement/MovementGenerators/PathGenerator.cpp b/src/game/Movement/MovementGenerators/PathGenerator.cpp index 90d2fd52a..c42ae417d 100644 --- a/src/game/Movement/MovementGenerators/PathGenerator.cpp +++ b/src/game/Movement/MovementGenerators/PathGenerator.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * 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 Free Software Foundation; either version 2 of the License, or diff --git a/src/game/Movement/MovementGenerators/PathGenerator.h b/src/game/Movement/MovementGenerators/PathGenerator.h index b386e35d6..7632c4740 100644 --- a/src/game/Movement/MovementGenerators/PathGenerator.h +++ b/src/game/Movement/MovementGenerators/PathGenerator.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * 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 Free Software Foundation; either version 2 of the License, or diff --git a/src/game/Movement/Spline/MoveSpline.cpp b/src/game/Movement/Spline/MoveSpline.cpp index 88d326527..22ea15a42 100644 --- a/src/game/Movement/Spline/MoveSpline.cpp +++ b/src/game/Movement/Spline/MoveSpline.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * 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 Free Software Foundation; either version 2 of the License, or diff --git a/src/game/Movement/Spline/MoveSpline.h b/src/game/Movement/Spline/MoveSpline.h index 22486a667..94ce57d70 100644 --- a/src/game/Movement/Spline/MoveSpline.h +++ b/src/game/Movement/Spline/MoveSpline.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * 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 Free Software Foundation; either version 2 of the License, or diff --git a/src/game/Movement/Spline/MoveSplineFlag.h b/src/game/Movement/Spline/MoveSplineFlag.h index f4647e994..c85a1aeb4 100644 --- a/src/game/Movement/Spline/MoveSplineFlag.h +++ b/src/game/Movement/Spline/MoveSplineFlag.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * 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 Free Software Foundation; either version 2 of the License, or diff --git a/src/game/Movement/Spline/MoveSplineInit.cpp b/src/game/Movement/Spline/MoveSplineInit.cpp index 8833ad1ba..e23fa9ceb 100644 --- a/src/game/Movement/Spline/MoveSplineInit.cpp +++ b/src/game/Movement/Spline/MoveSplineInit.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * 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 Free Software Foundation; either version 2 of the License, or diff --git a/src/game/Movement/Spline/MoveSplineInit.h b/src/game/Movement/Spline/MoveSplineInit.h index 013ccacb8..842cce97d 100644 --- a/src/game/Movement/Spline/MoveSplineInit.h +++ b/src/game/Movement/Spline/MoveSplineInit.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * 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 Free Software Foundation; either version 2 of the License, or diff --git a/src/game/Movement/Spline/MoveSplineInitArgs.h b/src/game/Movement/Spline/MoveSplineInitArgs.h index 7f3c743d5..11663934f 100644 --- a/src/game/Movement/Spline/MoveSplineInitArgs.h +++ b/src/game/Movement/Spline/MoveSplineInitArgs.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * 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 Free Software Foundation; either version 2 of the License, or diff --git a/src/game/Movement/Spline/MovementTypedefs.h b/src/game/Movement/Spline/MovementTypedefs.h index 9f35ef740..d9d2077d8 100644 --- a/src/game/Movement/Spline/MovementTypedefs.h +++ b/src/game/Movement/Spline/MovementTypedefs.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * 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 Free Software Foundation; either version 2 of the License, or diff --git a/src/game/Movement/Spline/MovementUtil.cpp b/src/game/Movement/Spline/MovementUtil.cpp index 2a5cef497..d973dfbe3 100644 --- a/src/game/Movement/Spline/MovementUtil.cpp +++ b/src/game/Movement/Spline/MovementUtil.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * 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 Free Software Foundation; either version 2 of the License, or diff --git a/src/game/Movement/Spline/Spline.cpp b/src/game/Movement/Spline/Spline.cpp index 562825257..5d78e151b 100644 --- a/src/game/Movement/Spline/Spline.cpp +++ b/src/game/Movement/Spline/Spline.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * 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 Free Software Foundation; either version 2 of the License, or diff --git a/src/game/Movement/Spline/Spline.h b/src/game/Movement/Spline/Spline.h index 2129eb929..b413142f4 100644 --- a/src/game/Movement/Spline/Spline.h +++ b/src/game/Movement/Spline/Spline.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * 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 Free Software Foundation; either version 2 of the License, or diff --git a/src/game/Movement/Spline/SplineImpl.h b/src/game/Movement/Spline/SplineImpl.h index ce41f6eef..026a2d7d3 100644 --- a/src/game/Movement/Spline/SplineImpl.h +++ b/src/game/Movement/Spline/SplineImpl.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * 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 Free Software Foundation; either version 2 of the License, or diff --git a/src/game/OutdoorPvP/OutdoorPvP.cpp b/src/game/OutdoorPvP/OutdoorPvP.cpp index cc0c70319..9f87e95f3 100644 --- a/src/game/OutdoorPvP/OutdoorPvP.cpp +++ b/src/game/OutdoorPvP/OutdoorPvP.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/OutdoorPvP/OutdoorPvP.h b/src/game/OutdoorPvP/OutdoorPvP.h index ac01fb7a7..2f94c5ca7 100644 --- a/src/game/OutdoorPvP/OutdoorPvP.h +++ b/src/game/OutdoorPvP/OutdoorPvP.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/OutdoorPvP/OutdoorPvPMgr.cpp b/src/game/OutdoorPvP/OutdoorPvPMgr.cpp index 9e4fe58f3..1bd6f3d52 100644 --- a/src/game/OutdoorPvP/OutdoorPvPMgr.cpp +++ b/src/game/OutdoorPvP/OutdoorPvPMgr.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/OutdoorPvP/OutdoorPvPMgr.h b/src/game/OutdoorPvP/OutdoorPvPMgr.h index 7b406e765..5d7483620 100644 --- a/src/game/OutdoorPvP/OutdoorPvPMgr.h +++ b/src/game/OutdoorPvP/OutdoorPvPMgr.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Server/Protocol/PacketLog.cpp b/src/game/Server/Protocol/PacketLog.cpp index 119899b89..bac1b078a 100644 --- a/src/game/Server/Protocol/PacketLog.cpp +++ b/src/game/Server/Protocol/PacketLog.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Server/Protocol/PacketLog.h b/src/game/Server/Protocol/PacketLog.h index 65734c36f..e9e8052fd 100644 --- a/src/game/Server/Protocol/PacketLog.h +++ b/src/game/Server/Protocol/PacketLog.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Server/WorldSocketAcceptor.h b/src/game/Server/WorldSocketAcceptor.h index f04a4f944..342d50186 100644 --- a/src/game/Server/WorldSocketAcceptor.h +++ b/src/game/Server/WorldSocketAcceptor.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Spells/SpellInfo.cpp b/src/game/Spells/SpellInfo.cpp index 7c2a3ddb2..d7e44f7df 100644 --- a/src/game/Spells/SpellInfo.cpp +++ b/src/game/Spells/SpellInfo.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Spells/SpellInfo.h b/src/game/Spells/SpellInfo.h index 6cc274530..f9cc2d6e6 100644 --- a/src/game/Spells/SpellInfo.h +++ b/src/game/Spells/SpellInfo.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Spells/SpellScript.cpp b/src/game/Spells/SpellScript.cpp index 6f18e1ee6..3cabe23d5 100644 --- a/src/game/Spells/SpellScript.cpp +++ b/src/game/Spells/SpellScript.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Spells/SpellScript.h b/src/game/Spells/SpellScript.h index 5436b6e65..5bf754eef 100644 --- a/src/game/Spells/SpellScript.h +++ b/src/game/Spells/SpellScript.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Texts/CreatureTextMgr.cpp b/src/game/Texts/CreatureTextMgr.cpp index 82d23a621..2b28fb0be 100644 --- a/src/game/Texts/CreatureTextMgr.cpp +++ b/src/game/Texts/CreatureTextMgr.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Texts/CreatureTextMgr.h b/src/game/Texts/CreatureTextMgr.h index df07ca077..f918f3443 100644 --- a/src/game/Texts/CreatureTextMgr.h +++ b/src/game/Texts/CreatureTextMgr.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/game/Tickets/TicketMgr.h b/src/game/Tickets/TicketMgr.h index 406cdcb3b..94ebd74db 100644 --- a/src/game/Tickets/TicketMgr.h +++ b/src/game/Tickets/TicketMgr.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_achievement.cpp b/src/scripts/Commands/cs_achievement.cpp index 282170aaf..9b4ba9ec3 100644 --- a/src/scripts/Commands/cs_achievement.cpp +++ b/src/scripts/Commands/cs_achievement.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_ban.cpp b/src/scripts/Commands/cs_ban.cpp index 66e838ff3..9d55c0dd3 100644 --- a/src/scripts/Commands/cs_ban.cpp +++ b/src/scripts/Commands/cs_ban.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_bf.cpp b/src/scripts/Commands/cs_bf.cpp index 42639a313..8d48906f3 100644 --- a/src/scripts/Commands/cs_bf.cpp +++ b/src/scripts/Commands/cs_bf.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_cast.cpp b/src/scripts/Commands/cs_cast.cpp index 9b8052f9c..56f794d4e 100644 --- a/src/scripts/Commands/cs_cast.cpp +++ b/src/scripts/Commands/cs_cast.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_character.cpp b/src/scripts/Commands/cs_character.cpp index 2a8ba8076..818edfb82 100644 --- a/src/scripts/Commands/cs_character.cpp +++ b/src/scripts/Commands/cs_character.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_debug.cpp b/src/scripts/Commands/cs_debug.cpp index 6e147aa14..ba59abdfb 100644 --- a/src/scripts/Commands/cs_debug.cpp +++ b/src/scripts/Commands/cs_debug.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_event.cpp b/src/scripts/Commands/cs_event.cpp index 6bf70143c..0eb8c9656 100644 --- a/src/scripts/Commands/cs_event.cpp +++ b/src/scripts/Commands/cs_event.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_gm.cpp b/src/scripts/Commands/cs_gm.cpp index ccb35e6ad..cf8d8e644 100644 --- a/src/scripts/Commands/cs_gm.cpp +++ b/src/scripts/Commands/cs_gm.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_go.cpp b/src/scripts/Commands/cs_go.cpp index 133a15d7b..9aa30ed53 100644 --- a/src/scripts/Commands/cs_go.cpp +++ b/src/scripts/Commands/cs_go.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_gobject.cpp b/src/scripts/Commands/cs_gobject.cpp index 58d4630f2..abad33464 100644 --- a/src/scripts/Commands/cs_gobject.cpp +++ b/src/scripts/Commands/cs_gobject.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_guild.cpp b/src/scripts/Commands/cs_guild.cpp index c24254fc8..76b42a989 100644 --- a/src/scripts/Commands/cs_guild.cpp +++ b/src/scripts/Commands/cs_guild.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_honor.cpp b/src/scripts/Commands/cs_honor.cpp index 031949ed4..43d19614f 100644 --- a/src/scripts/Commands/cs_honor.cpp +++ b/src/scripts/Commands/cs_honor.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_instance.cpp b/src/scripts/Commands/cs_instance.cpp index 5a58037f9..fa14db750 100644 --- a/src/scripts/Commands/cs_instance.cpp +++ b/src/scripts/Commands/cs_instance.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_learn.cpp b/src/scripts/Commands/cs_learn.cpp index 73ff0ad9d..ded67445a 100644 --- a/src/scripts/Commands/cs_learn.cpp +++ b/src/scripts/Commands/cs_learn.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_lfg.cpp b/src/scripts/Commands/cs_lfg.cpp index 5320237bb..02c50e9e9 100644 --- a/src/scripts/Commands/cs_lfg.cpp +++ b/src/scripts/Commands/cs_lfg.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_list.cpp b/src/scripts/Commands/cs_list.cpp index 43106aa4b..a1636a0ac 100644 --- a/src/scripts/Commands/cs_list.cpp +++ b/src/scripts/Commands/cs_list.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_lookup.cpp b/src/scripts/Commands/cs_lookup.cpp index 35635a0de..862776199 100644 --- a/src/scripts/Commands/cs_lookup.cpp +++ b/src/scripts/Commands/cs_lookup.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_message.cpp b/src/scripts/Commands/cs_message.cpp index 80ff40874..5b0a4c2e6 100644 --- a/src/scripts/Commands/cs_message.cpp +++ b/src/scripts/Commands/cs_message.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_misc.cpp b/src/scripts/Commands/cs_misc.cpp index 42c4be4a5..9e19609e3 100644 --- a/src/scripts/Commands/cs_misc.cpp +++ b/src/scripts/Commands/cs_misc.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_modify.cpp b/src/scripts/Commands/cs_modify.cpp index 59922e575..47807b893 100644 --- a/src/scripts/Commands/cs_modify.cpp +++ b/src/scripts/Commands/cs_modify.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_npc.cpp b/src/scripts/Commands/cs_npc.cpp index 874029321..35281895c 100644 --- a/src/scripts/Commands/cs_npc.cpp +++ b/src/scripts/Commands/cs_npc.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_quest.cpp b/src/scripts/Commands/cs_quest.cpp index c6d335cf2..70e36754f 100644 --- a/src/scripts/Commands/cs_quest.cpp +++ b/src/scripts/Commands/cs_quest.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_reload.cpp b/src/scripts/Commands/cs_reload.cpp index bbd673a87..eebb363c1 100644 --- a/src/scripts/Commands/cs_reload.cpp +++ b/src/scripts/Commands/cs_reload.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_reset.cpp b/src/scripts/Commands/cs_reset.cpp index 3beb4669a..35f04c759 100644 --- a/src/scripts/Commands/cs_reset.cpp +++ b/src/scripts/Commands/cs_reset.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_server.cpp b/src/scripts/Commands/cs_server.cpp index 437de6f6d..7929eaa53 100644 --- a/src/scripts/Commands/cs_server.cpp +++ b/src/scripts/Commands/cs_server.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_tele.cpp b/src/scripts/Commands/cs_tele.cpp index 8261babef..89f2b48c7 100644 --- a/src/scripts/Commands/cs_tele.cpp +++ b/src/scripts/Commands/cs_tele.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_ticket.cpp b/src/scripts/Commands/cs_ticket.cpp index 7fb68feb2..4e62df32b 100644 --- a/src/scripts/Commands/cs_ticket.cpp +++ b/src/scripts/Commands/cs_ticket.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_titles.cpp b/src/scripts/Commands/cs_titles.cpp index 974b6a9cc..a8c680433 100644 --- a/src/scripts/Commands/cs_titles.cpp +++ b/src/scripts/Commands/cs_titles.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Commands/cs_wp.cpp b/src/scripts/Commands/cs_wp.cpp index f04d0b8f4..d8c7513a5 100644 --- a/src/scripts/Commands/cs_wp.cpp +++ b/src/scripts/Commands/cs_wp.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp b/src/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp index a0086590e..3da3d0957 100644 --- a/src/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp +++ b/src/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/AlteracValley/boss_balinda.cpp b/src/scripts/EasternKingdoms/AlteracValley/boss_balinda.cpp index 0d0414ba9..69aff5830 100644 --- a/src/scripts/EasternKingdoms/AlteracValley/boss_balinda.cpp +++ b/src/scripts/EasternKingdoms/AlteracValley/boss_balinda.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp b/src/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp index 8f95e2735..a2235fedc 100644 --- a/src/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp +++ b/src/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp b/src/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp index 1774c4680..41f2e6c6a 100644 --- a/src/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp +++ b/src/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/AlteracValley/boss_vanndar.cpp b/src/scripts/EasternKingdoms/AlteracValley/boss_vanndar.cpp index 43fbd560e..35fa03608 100644 --- a/src/scripts/EasternKingdoms/AlteracValley/boss_vanndar.cpp +++ b/src/scripts/EasternKingdoms/AlteracValley/boss_vanndar.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/blackrock_depths.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/blackrock_depths.cpp index 8fa0573de..467fb10f4 100644 --- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/blackrock_depths.cpp +++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/blackrock_depths.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/blackrock_spire.h b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/blackrock_spire.h index 4d4525b60..0d90ac5f0 100644 --- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/blackrock_spire.h +++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/blackrock_spire.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gizrul_the_slavener.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gizrul_the_slavener.cpp index 13a76438a..0bb28b78c 100644 --- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gizrul_the_slavener.cpp +++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gizrul_the_slavener.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gyth.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gyth.cpp index aaa5a0a1b..b94a3fc48 100644 --- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gyth.cpp +++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gyth.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_halycon.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_halycon.cpp index 000ecf52f..10bfa8bdf 100644 --- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_halycon.cpp +++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_halycon.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_lord_valthalak.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_lord_valthalak.cpp index ff00f5694..2b5371ddf 100644 --- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_lord_valthalak.cpp +++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_lord_valthalak.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_pyroguard_emberseer.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_pyroguard_emberseer.cpp index 9be37cb6d..0bfc0e35b 100644 --- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_pyroguard_emberseer.cpp +++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_pyroguard_emberseer.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_quartermaster_zigris.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_quartermaster_zigris.cpp index 5773ca142..f0b55062e 100644 --- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_quartermaster_zigris.cpp +++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_quartermaster_zigris.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_urok_doomhowl.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_urok_doomhowl.cpp index b47fa0a7c..c57e83d74 100644 --- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_urok_doomhowl.cpp +++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_urok_doomhowl.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/instance_blackrock_spire.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/instance_blackrock_spire.cpp index 6f5647197..751f58635 100644 --- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/instance_blackrock_spire.cpp +++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/instance_blackrock_spire.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/blackwing_lair.h b/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/blackwing_lair.h index bbd8751f5..7f80730d4 100644 --- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/blackwing_lair.h +++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/blackwing_lair.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/instance_blackwing_lair.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/instance_blackwing_lair.cpp index a7caffae2..a215557d5 100644 --- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/instance_blackwing_lair.cpp +++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/instance_blackwing_lair.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/boss_shazzrah.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/boss_shazzrah.cpp index 318640533..245386c8b 100644 --- a/src/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/boss_shazzrah.cpp +++ b/src/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/boss_shazzrah.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp b/src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp index 4994654be..116d05fdf 100644 --- a/src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp +++ b/src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp b/src/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp index 65b9c951c..bd9db3b68 100644 --- a/src/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp +++ b/src/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp b/src/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp index d1cd84ec1..d19822c3b 100644 --- a/src/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp +++ b/src/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/ScarletEnclave/zone_the_scarlet_enclave.cpp b/src/scripts/EasternKingdoms/ScarletEnclave/zone_the_scarlet_enclave.cpp index 89a27ee95..889f7883e 100644 --- a/src/scripts/EasternKingdoms/ScarletEnclave/zone_the_scarlet_enclave.cpp +++ b/src/scripts/EasternKingdoms/ScarletEnclave/zone_the_scarlet_enclave.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/ZulGurub/boss_arlokk.cpp b/src/scripts/EasternKingdoms/ZulGurub/boss_arlokk.cpp index 82953262d..d352d4919 100644 --- a/src/scripts/EasternKingdoms/ZulGurub/boss_arlokk.cpp +++ b/src/scripts/EasternKingdoms/ZulGurub/boss_arlokk.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/ZulGurub/boss_hakkar.cpp b/src/scripts/EasternKingdoms/ZulGurub/boss_hakkar.cpp index c18e95700..2bcc2754a 100644 --- a/src/scripts/EasternKingdoms/ZulGurub/boss_hakkar.cpp +++ b/src/scripts/EasternKingdoms/ZulGurub/boss_hakkar.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/ZulGurub/boss_jeklik.cpp b/src/scripts/EasternKingdoms/ZulGurub/boss_jeklik.cpp index e80c55265..c8acc5668 100644 --- a/src/scripts/EasternKingdoms/ZulGurub/boss_jeklik.cpp +++ b/src/scripts/EasternKingdoms/ZulGurub/boss_jeklik.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/ZulGurub/zulgurub.h b/src/scripts/EasternKingdoms/ZulGurub/zulgurub.h index a6e4a28d8..74500b410 100644 --- a/src/scripts/EasternKingdoms/ZulGurub/zulgurub.h +++ b/src/scripts/EasternKingdoms/ZulGurub/zulgurub.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/zone_blasted_lands.cpp b/src/scripts/EasternKingdoms/zone_blasted_lands.cpp index ac6467898..329c9421e 100644 --- a/src/scripts/EasternKingdoms/zone_blasted_lands.cpp +++ b/src/scripts/EasternKingdoms/zone_blasted_lands.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/zone_ironforge.cpp b/src/scripts/EasternKingdoms/zone_ironforge.cpp index 9e13f1d65..1e74603ed 100644 --- a/src/scripts/EasternKingdoms/zone_ironforge.cpp +++ b/src/scripts/EasternKingdoms/zone_ironforge.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/EasternKingdoms/zone_redridge_mountains.cpp b/src/scripts/EasternKingdoms/zone_redridge_mountains.cpp index ecd8ac9d2..b4bf68473 100644 --- a/src/scripts/EasternKingdoms/zone_redridge_mountains.cpp +++ b/src/scripts/EasternKingdoms/zone_redridge_mountains.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Events/childrens_week.cpp b/src/scripts/Events/childrens_week.cpp index 8f0144939..a2d519ccb 100644 --- a/src/scripts/Events/childrens_week.cpp +++ b/src/scripts/Events/childrens_week.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp index 6536e6f02..c90c41268 100644 --- a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp +++ b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_azgalor.cpp b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_azgalor.cpp index 5098eba83..d21afdf46 100644 --- a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_azgalor.cpp +++ b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_azgalor.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_kazrogal.cpp b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_kazrogal.cpp index c400b92c1..c15130396 100644 --- a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_kazrogal.cpp +++ b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_kazrogal.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_rage_winterchill.cpp b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_rage_winterchill.cpp index 26c9c4bc5..9d1a0eca3 100644 --- a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_rage_winterchill.cpp +++ b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_rage_winterchill.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.cpp b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.cpp index 647048e70..78df6c915 100644 --- a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.cpp +++ b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.h b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.h index 4dcc0b1f1..73594df6a 100644 --- a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.h +++ b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_kurinnaxx.cpp b/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_kurinnaxx.cpp index bf926b398..828f74e78 100644 --- a/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_kurinnaxx.cpp +++ b/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_kurinnaxx.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_moam.cpp b/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_moam.cpp index 02aa3baf0..116e4f277 100644 --- a/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_moam.cpp +++ b/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_moam.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_ossirian.cpp b/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_ossirian.cpp index d3712441b..d458f8ad5 100644 --- a/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_ossirian.cpp +++ b/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_ossirian.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_rajaxx.cpp b/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_rajaxx.cpp index b7fbe57f0..75cc49f1e 100644 --- a/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_rajaxx.cpp +++ b/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_rajaxx.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Kalimdor/RuinsOfAhnQiraj/instance_ruins_of_ahnqiraj.cpp b/src/scripts/Kalimdor/RuinsOfAhnQiraj/instance_ruins_of_ahnqiraj.cpp index 9422ef814..444f92aa8 100644 --- a/src/scripts/Kalimdor/RuinsOfAhnQiraj/instance_ruins_of_ahnqiraj.cpp +++ b/src/scripts/Kalimdor/RuinsOfAhnQiraj/instance_ruins_of_ahnqiraj.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.h b/src/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.h index a0aa02376..3c8df9d9d 100644 --- a/src/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.h +++ b/src/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Kalimdor/TempleOfAhnQiraj/boss_viscidus.cpp b/src/scripts/Kalimdor/TempleOfAhnQiraj/boss_viscidus.cpp index 1579f92ce..f96acaaab 100644 --- a/src/scripts/Kalimdor/TempleOfAhnQiraj/boss_viscidus.cpp +++ b/src/scripts/Kalimdor/TempleOfAhnQiraj/boss_viscidus.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Kalimdor/zone_durotar.cpp b/src/scripts/Kalimdor/zone_durotar.cpp index 18f781fc7..a98d27f66 100644 --- a/src/scripts/Kalimdor/zone_durotar.cpp +++ b/src/scripts/Kalimdor/zone_durotar.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Northrend/AzjolNerub/ahnkahet/def_ahnkahet.h b/src/scripts/Northrend/AzjolNerub/ahnkahet/def_ahnkahet.h index 7c4a55124..492420bfd 100644 --- a/src/scripts/Northrend/AzjolNerub/ahnkahet/def_ahnkahet.h +++ b/src/scripts/Northrend/AzjolNerub/ahnkahet/def_ahnkahet.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * 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 Free Software Foundation; either version 2 of the License, or diff --git a/src/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp b/src/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp index 578c5d8ba..e588c1f37 100644 --- a/src/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp +++ b/src/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Northrend/VaultOfArchavon/vault_of_archavon.h b/src/scripts/Northrend/VaultOfArchavon/vault_of_archavon.h index 42531f356..bfd355b55 100644 --- a/src/scripts/Northrend/VaultOfArchavon/vault_of_archavon.h +++ b/src/scripts/Northrend/VaultOfArchavon/vault_of_archavon.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Northrend/isle_of_conquest.cpp b/src/scripts/Northrend/isle_of_conquest.cpp index c2f38c003..d5d8dfe5a 100644 --- a/src/scripts/Northrend/isle_of_conquest.cpp +++ b/src/scripts/Northrend/isle_of_conquest.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Northrend/zone_crystalsong_forest.cpp b/src/scripts/Northrend/zone_crystalsong_forest.cpp index 44fb267db..e8c0df424 100644 --- a/src/scripts/Northrend/zone_crystalsong_forest.cpp +++ b/src/scripts/Northrend/zone_crystalsong_forest.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Northrend/zone_dalaran.cpp b/src/scripts/Northrend/zone_dalaran.cpp index b165c9117..23f1a2acd 100644 --- a/src/scripts/Northrend/zone_dalaran.cpp +++ b/src/scripts/Northrend/zone_dalaran.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Northrend/zone_howling_fjord.cpp b/src/scripts/Northrend/zone_howling_fjord.cpp index 53c8a2d90..09d092452 100644 --- a/src/scripts/Northrend/zone_howling_fjord.cpp +++ b/src/scripts/Northrend/zone_howling_fjord.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Northrend/zone_sholazar_basin.cpp b/src/scripts/Northrend/zone_sholazar_basin.cpp index 70a31a239..8b9422d9c 100644 --- a/src/scripts/Northrend/zone_sholazar_basin.cpp +++ b/src/scripts/Northrend/zone_sholazar_basin.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Northrend/zone_storm_peaks.cpp b/src/scripts/Northrend/zone_storm_peaks.cpp index 7680d5535..20c0d4b9d 100644 --- a/src/scripts/Northrend/zone_storm_peaks.cpp +++ b/src/scripts/Northrend/zone_storm_peaks.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Northrend/zone_wintergrasp.cpp b/src/scripts/Northrend/zone_wintergrasp.cpp index 8ed8d325a..3fc4ea557 100644 --- a/src/scripts/Northrend/zone_wintergrasp.cpp +++ b/src/scripts/Northrend/zone_wintergrasp.cpp @@ -1,5 +1,4 @@ -/* Copyright (C) - * This program is free software; you can redistribute it and/or modify +/* Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 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 Free Software Foundation; either version 2 of the License, or * (at your option) any later version. diff --git a/src/scripts/Northrend/zone_zuldrak.cpp b/src/scripts/Northrend/zone_zuldrak.cpp index b9f8a5ced..5db285ba2 100644 --- a/src/scripts/Northrend/zone_zuldrak.cpp +++ b/src/scripts/Northrend/zone_zuldrak.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/OutdoorPvP/OutdoorPvPEP.cpp b/src/scripts/OutdoorPvP/OutdoorPvPEP.cpp index 6ae225d30..11b8b9418 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPEP.cpp +++ b/src/scripts/OutdoorPvP/OutdoorPvPEP.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/OutdoorPvP/OutdoorPvPEP.h b/src/scripts/OutdoorPvP/OutdoorPvPEP.h index 524d9c591..98a8982ad 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPEP.h +++ b/src/scripts/OutdoorPvP/OutdoorPvPEP.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/OutdoorPvP/OutdoorPvPGH.cpp b/src/scripts/OutdoorPvP/OutdoorPvPGH.cpp index 203d710f4..2f5a00725 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPGH.cpp +++ b/src/scripts/OutdoorPvP/OutdoorPvPGH.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/OutdoorPvP/OutdoorPvPGH.h b/src/scripts/OutdoorPvP/OutdoorPvPGH.h index be7f85272..c4a55e838 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPGH.h +++ b/src/scripts/OutdoorPvP/OutdoorPvPGH.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/OutdoorPvP/OutdoorPvPHP.cpp b/src/scripts/OutdoorPvP/OutdoorPvPHP.cpp index 5b386cb79..8c5de0cc7 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPHP.cpp +++ b/src/scripts/OutdoorPvP/OutdoorPvPHP.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/OutdoorPvP/OutdoorPvPHP.h b/src/scripts/OutdoorPvP/OutdoorPvPHP.h index 61f81a90f..3d9e8427f 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPHP.h +++ b/src/scripts/OutdoorPvP/OutdoorPvPHP.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/OutdoorPvP/OutdoorPvPNA.cpp b/src/scripts/OutdoorPvP/OutdoorPvPNA.cpp index 021e4ac73..7b18c2f0f 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPNA.cpp +++ b/src/scripts/OutdoorPvP/OutdoorPvPNA.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/OutdoorPvP/OutdoorPvPNA.h b/src/scripts/OutdoorPvP/OutdoorPvPNA.h index 0ca02597c..0081a5411 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPNA.h +++ b/src/scripts/OutdoorPvP/OutdoorPvPNA.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/OutdoorPvP/OutdoorPvPSI.cpp b/src/scripts/OutdoorPvP/OutdoorPvPSI.cpp index b121ec92d..bf2224889 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPSI.cpp +++ b/src/scripts/OutdoorPvP/OutdoorPvPSI.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/OutdoorPvP/OutdoorPvPSI.h b/src/scripts/OutdoorPvP/OutdoorPvPSI.h index ce75ccdf7..8f94835c7 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPSI.h +++ b/src/scripts/OutdoorPvP/OutdoorPvPSI.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/OutdoorPvP/OutdoorPvPTF.cpp b/src/scripts/OutdoorPvP/OutdoorPvPTF.cpp index e6a5c8ff0..e5d62b7c9 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPTF.cpp +++ b/src/scripts/OutdoorPvP/OutdoorPvPTF.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/OutdoorPvP/OutdoorPvPTF.h b/src/scripts/OutdoorPvP/OutdoorPvPTF.h index 72d6edef5..757457386 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPTF.h +++ b/src/scripts/OutdoorPvP/OutdoorPvPTF.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/OutdoorPvP/OutdoorPvPZM.cpp b/src/scripts/OutdoorPvP/OutdoorPvPZM.cpp index 58a20e053..3794a5b03 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPZM.cpp +++ b/src/scripts/OutdoorPvP/OutdoorPvPZM.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/OutdoorPvP/OutdoorPvPZM.h b/src/scripts/OutdoorPvP/OutdoorPvPZM.h index 65559a16d..830aca231 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPZM.h +++ b/src/scripts/OutdoorPvP/OutdoorPvPZM.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Pet/pet_dk.cpp b/src/scripts/Pet/pet_dk.cpp index 3ab4fe694..deee72272 100644 --- a/src/scripts/Pet/pet_dk.cpp +++ b/src/scripts/Pet/pet_dk.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Pet/pet_generic.cpp b/src/scripts/Pet/pet_generic.cpp index 0a38c048c..d0395211d 100644 --- a/src/scripts/Pet/pet_generic.cpp +++ b/src/scripts/Pet/pet_generic.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Pet/pet_hunter.cpp b/src/scripts/Pet/pet_hunter.cpp index e9104c63f..8149bfa09 100644 --- a/src/scripts/Pet/pet_hunter.cpp +++ b/src/scripts/Pet/pet_hunter.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Pet/pet_mage.cpp b/src/scripts/Pet/pet_mage.cpp index ca7ae55e7..7564f862a 100644 --- a/src/scripts/Pet/pet_mage.cpp +++ b/src/scripts/Pet/pet_mage.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Pet/pet_priest.cpp b/src/scripts/Pet/pet_priest.cpp index e026b5c89..24c79a11b 100644 --- a/src/scripts/Pet/pet_priest.cpp +++ b/src/scripts/Pet/pet_priest.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Pet/pet_shaman.cpp b/src/scripts/Pet/pet_shaman.cpp index b8ec32f0f..6ef529c2c 100644 --- a/src/scripts/Pet/pet_shaman.cpp +++ b/src/scripts/Pet/pet_shaman.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/ScriptLoader.cpp b/src/scripts/ScriptLoader.cpp index 71c1b52ba..f4b96c76d 100644 --- a/src/scripts/ScriptLoader.cpp +++ b/src/scripts/ScriptLoader.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/ScriptLoader.h b/src/scripts/ScriptLoader.h index 7ba69d91e..b9a86d308 100644 --- a/src/scripts/ScriptLoader.h +++ b/src/scripts/ScriptLoader.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Spells/spell_dk.cpp b/src/scripts/Spells/spell_dk.cpp index 239f4f222..7582a94ad 100644 --- a/src/scripts/Spells/spell_dk.cpp +++ b/src/scripts/Spells/spell_dk.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Spells/spell_druid.cpp b/src/scripts/Spells/spell_druid.cpp index 4ea71c45a..17c9e3fb4 100644 --- a/src/scripts/Spells/spell_druid.cpp +++ b/src/scripts/Spells/spell_druid.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Spells/spell_generic.cpp b/src/scripts/Spells/spell_generic.cpp index 9c9e84b22..013822fe1 100644 --- a/src/scripts/Spells/spell_generic.cpp +++ b/src/scripts/Spells/spell_generic.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Spells/spell_hunter.cpp b/src/scripts/Spells/spell_hunter.cpp index 420d65c07..7a22cddc6 100644 --- a/src/scripts/Spells/spell_hunter.cpp +++ b/src/scripts/Spells/spell_hunter.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Spells/spell_item.cpp b/src/scripts/Spells/spell_item.cpp index d01e224d6..f3274adb5 100644 --- a/src/scripts/Spells/spell_item.cpp +++ b/src/scripts/Spells/spell_item.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Spells/spell_mage.cpp b/src/scripts/Spells/spell_mage.cpp index 28e9aba2b..9283107b9 100644 --- a/src/scripts/Spells/spell_mage.cpp +++ b/src/scripts/Spells/spell_mage.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Spells/spell_paladin.cpp b/src/scripts/Spells/spell_paladin.cpp index 49851f25e..81f7a2dfe 100644 --- a/src/scripts/Spells/spell_paladin.cpp +++ b/src/scripts/Spells/spell_paladin.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Spells/spell_priest.cpp b/src/scripts/Spells/spell_priest.cpp index 4f465c9f9..b23cecb10 100644 --- a/src/scripts/Spells/spell_priest.cpp +++ b/src/scripts/Spells/spell_priest.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Spells/spell_quest.cpp b/src/scripts/Spells/spell_quest.cpp index 6eb97e323..762281a9a 100644 --- a/src/scripts/Spells/spell_quest.cpp +++ b/src/scripts/Spells/spell_quest.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Spells/spell_rogue.cpp b/src/scripts/Spells/spell_rogue.cpp index 9cf460fa7..f36d5b3ac 100644 --- a/src/scripts/Spells/spell_rogue.cpp +++ b/src/scripts/Spells/spell_rogue.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Spells/spell_shaman.cpp b/src/scripts/Spells/spell_shaman.cpp index 3c5315341..d51a56575 100644 --- a/src/scripts/Spells/spell_shaman.cpp +++ b/src/scripts/Spells/spell_shaman.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Spells/spell_warlock.cpp b/src/scripts/Spells/spell_warlock.cpp index 60b7f1c54..b1693e0d9 100644 --- a/src/scripts/Spells/spell_warlock.cpp +++ b/src/scripts/Spells/spell_warlock.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/Spells/spell_warrior.cpp b/src/scripts/Spells/spell_warrior.cpp index 951a74cde..9930b32f4 100644 --- a/src/scripts/Spells/spell_warrior.cpp +++ b/src/scripts/Spells/spell_warrior.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/scripts/World/achievement_scripts.cpp b/src/scripts/World/achievement_scripts.cpp index 5c3c13a24..a0a9f893b 100644 --- a/src/scripts/World/achievement_scripts.cpp +++ b/src/scripts/World/achievement_scripts.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/worldserver/RemoteAccess/RARunnable.cpp b/src/worldserver/RemoteAccess/RARunnable.cpp index 752566591..da2467c99 100644 --- a/src/worldserver/RemoteAccess/RARunnable.cpp +++ b/src/worldserver/RemoteAccess/RARunnable.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/worldserver/RemoteAccess/RARunnable.h b/src/worldserver/RemoteAccess/RARunnable.h index 76d4a4f58..df7ef7656 100644 --- a/src/worldserver/RemoteAccess/RARunnable.h +++ b/src/worldserver/RemoteAccess/RARunnable.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/worldserver/TCSoap/TCSoap.cpp b/src/worldserver/TCSoap/TCSoap.cpp index f60a2bc34..b3c0a3c70 100644 --- a/src/worldserver/TCSoap/TCSoap.cpp +++ b/src/worldserver/TCSoap/TCSoap.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ diff --git a/src/worldserver/TCSoap/TCSoap.h b/src/worldserver/TCSoap/TCSoap.h index 60adcead3..890eadab0 100644 --- a/src/worldserver/TCSoap/TCSoap.h +++ b/src/worldserver/TCSoap/TCSoap.h @@ -1,6 +1,5 @@ /* - * Copyright (C) - * + * Copyright (C) 2016+ AzerothCore , released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore * Copyright (C) 2005-2009 MaNGOS */ From 6eaa77591ddbc38032f831be50e23347ea6b5fcc Mon Sep 17 00:00:00 2001 From: Yehonal Date: Fri, 19 Aug 2016 23:32:46 +0200 Subject: [PATCH 3/3] Fixed compilation without PCH enabled please avoid to miss header files in your sources --- modules/acore/framework/Database/Field.h | 4 ++-- modules/acore/framework/Database/QueryResult.h | 1 + modules/acore/framework/Packets/ByteBuffer.h | 2 +- modules/acore/framework/Utilities/Util.cpp | 5 +++++ src/game/DungeonFinding/LFG.h | 3 +++ src/game/DungeonFinding/LFGMgr.cpp | 1 + src/game/DungeonFinding/LFGMgr.h | 1 + src/game/Entities/Vehicle/VehicleDefines.h | 2 ++ src/game/Handlers/LootHandler.cpp | 1 + src/game/Loot/LootItemStorage.cpp | 4 ++++ src/game/Loot/LootItemStorage.h | 7 ++++++- src/game/Misc/AsyncAuctionListing.cpp | 2 ++ src/game/Misc/AsyncAuctionListing.h | 2 ++ src/game/Misc/WhoListCache.h | 1 + .../MovementGenerators/TargetedMovementGenerator.cpp | 1 + src/game/Movement/Spline/MoveSplineInit.h | 1 + src/game/Petitions/PetitionMgr.cpp | 5 +++++ src/game/Petitions/PetitionMgr.h | 3 +++ src/game/Scripting/ScriptMgr.h | 1 + src/game/Spells/Auras/SpellAuraEffects.h | 2 ++ src/game/Spells/SpellInfo.h | 3 ++- src/scripts/Commands/cs_account.cpp | 1 + src/scripts/Commands/cs_cast.cpp | 1 + .../BlackrockMountain/BlackrockDepths/blackrock_depths.h | 2 ++ .../BlackrockMountain/BlackrockSpire/blackrock_spire.h | 2 ++ .../BlackrockMountain/BlackwingLair/blackwing_lair.h | 4 +++- .../BlackrockMountain/MoltenCore/molten_core.h | 2 ++ src/scripts/EasternKingdoms/Deadmines/deadmines.h | 2 ++ .../EasternKingdoms/Gnomeregan/instance_gnomeregan.cpp | 2 ++ src/scripts/EasternKingdoms/Karazhan/boss_nightbane.cpp | 1 + src/scripts/EasternKingdoms/Karazhan/instance_karazhan.cpp | 1 + src/scripts/EasternKingdoms/Karazhan/karazhan.h | 2 ++ .../MagistersTerrace/boss_felblood_kaelthas.cpp | 1 + .../MagistersTerrace/instance_magisters_terrace.cpp | 1 + .../EasternKingdoms/MagistersTerrace/magisters_terrace.h | 2 ++ src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp | 1 + src/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp | 1 + src/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp | 1 + .../EasternKingdoms/Scholomance/instance_scholomance.cpp | 1 + src/scripts/EasternKingdoms/Scholomance/scholomance.h | 2 ++ .../ShadowfangKeep/instance_shadowfang_keep.cpp | 2 +- .../EasternKingdoms/ShadowfangKeep/shadowfang_keep.h | 2 ++ src/scripts/EasternKingdoms/Stratholme/stratholme.h | 2 ++ .../SunkenTemple/instance_sunken_temple.cpp | 3 +++ src/scripts/EasternKingdoms/SunkenTemple/sunken_temple.h | 2 ++ .../EasternKingdoms/SunwellPlateau/boss_brutallus.cpp | 1 + .../EasternKingdoms/SunwellPlateau/boss_eredar_twins.cpp | 1 + .../EasternKingdoms/SunwellPlateau/sunwell_plateau.h | 2 ++ src/scripts/EasternKingdoms/Uldaman/instance_uldaman.cpp | 1 + src/scripts/EasternKingdoms/Uldaman/uldaman.h | 2 ++ src/scripts/EasternKingdoms/ZulAman/zulaman.h | 2 ++ src/scripts/EasternKingdoms/ZulGurub/zulgurub.h | 2 ++ src/scripts/EasternKingdoms/zone_eastern_plaguelands.cpp | 1 + src/scripts/EasternKingdoms/zone_isle_of_queldanas.cpp | 2 ++ src/scripts/Events/brewfest.cpp | 3 ++- src/scripts/Events/love_in_air.cpp | 3 ++- src/scripts/Events/pilgrims_bounty.cpp | 1 + src/scripts/Kalimdor/BlackfathomDeeps/blackfathom_deeps.h | 2 ++ .../Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal.h | 2 ++ .../CullingOfStratholme/culling_of_stratholme.h | 2 ++ .../CavernsOfTime/EscapeFromDurnholdeKeep/old_hillsbrad.h | 2 ++ .../CavernsOfTime/TheBlackMorass/the_black_morass.h | 2 ++ src/scripts/Kalimdor/DireMaul/dire_maul.h | 2 ++ src/scripts/Kalimdor/Maraudon/maraudon.h | 2 ++ src/scripts/Kalimdor/OnyxiasLair/onyxias_lair.h | 2 ++ src/scripts/Kalimdor/RazorfenDowns/razorfen_downs.h | 2 ++ src/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.h | 2 ++ src/scripts/Kalimdor/TempleOfAhnQiraj/temple_of_ahnqiraj.h | 2 ++ src/scripts/Kalimdor/WailingCaverns/wailing_caverns.h | 2 ++ src/scripts/Kalimdor/ZulFarrak/zulfarrak.h | 2 ++ src/scripts/Kalimdor/zone_silithus.cpp | 1 + src/scripts/Northrend/AzjolNerub/AzjolNerub/azjol_nerub.h | 2 ++ src/scripts/Northrend/AzjolNerub/ahnkahet/ahnkahet.h | 2 ++ .../ChamberOfAspects/ObsidianSanctum/obsidian_sanctum.h | 2 ++ .../Northrend/ChamberOfAspects/RubySanctum/ruby_sanctum.h | 2 ++ .../TrialOfTheChampion/trial_of_the_champion.h | 2 ++ .../TrialOfTheCrusader/trial_of_the_crusader.h | 2 ++ src/scripts/Northrend/DraktharonKeep/drak_tharon_keep.h | 2 ++ .../Northrend/FrozenHalls/ForgeOfSouls/forge_of_souls.h | 2 ++ .../FrozenHalls/HallsOfReflection/halls_of_reflection.h | 2 ++ .../Northrend/FrozenHalls/PitOfSaron/pit_of_saron.h | 2 ++ src/scripts/Northrend/Gundrak/gundrak.h | 2 ++ src/scripts/Northrend/IcecrownCitadel/icecrown_citadel.h | 1 + src/scripts/Northrend/Naxxramas/naxxramas.h | 2 ++ .../Northrend/Nexus/EyeOfEternity/eye_of_eternity.h | 2 ++ src/scripts/Northrend/Nexus/Nexus/nexus.h | 2 ++ src/scripts/Northrend/Nexus/Oculus/oculus.h | 2 ++ .../Northrend/Ulduar/HallsOfLightning/halls_of_lightning.h | 1 + src/scripts/Northrend/Ulduar/HallsOfStone/halls_of_stone.h | 4 +++- src/scripts/Northrend/Ulduar/Ulduar/ulduar.h | 2 ++ .../Northrend/UtgardeKeep/UtgardeKeep/utgarde_keep.h | 2 ++ .../UtgardeKeep/UtgardePinnacle/utgarde_pinnacle.h | 4 +++- src/scripts/Northrend/VaultOfArchavon/vault_of_archavon.h | 2 ++ src/scripts/Northrend/VioletHold/violet_hold.h | 2 ++ src/scripts/Northrend/zone_borean_tundra.cpp | 1 + src/scripts/Northrend/zone_crystalsong_forest.cpp | 1 + src/scripts/Northrend/zone_dragonblight.cpp | 1 + src/scripts/Northrend/zone_grizzly_hills.cpp | 1 + src/scripts/Northrend/zone_icecrown.cpp | 1 + src/scripts/Northrend/zone_sholazar_basin.cpp | 1 + src/scripts/Northrend/zone_zuldrak.cpp | 1 + src/scripts/OutdoorPvP/OutdoorPvPEP.h | 1 + src/scripts/OutdoorPvP/OutdoorPvPGH.h | 1 + src/scripts/OutdoorPvP/OutdoorPvPHP.h | 1 + src/scripts/OutdoorPvP/OutdoorPvPNA.h | 1 + src/scripts/OutdoorPvP/OutdoorPvPSI.h | 1 + src/scripts/OutdoorPvP/OutdoorPvPTF.h | 1 + src/scripts/OutdoorPvP/OutdoorPvPZM.h | 1 + .../AuchenaiCrypts/boss_shirrak_the_dead_watcher.cpp | 1 + .../Auchindoun/ManaTombs/boss_nexusprince_shaffar.cpp | 1 + .../Outland/Auchindoun/SethekkHalls/sethekk_halls.h | 2 ++ .../Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.h | 2 ++ src/scripts/Outland/BlackTemple/black_temple.h | 1 + .../CoilfangReservoir/SerpentShrine/serpent_shrine.h | 2 ++ .../Outland/CoilfangReservoir/SteamVault/steam_vault.h | 2 ++ .../CoilfangReservoir/underbog/boss_the_black_stalker.cpp | 1 + src/scripts/Outland/GruulsLair/gruuls_lair.h | 2 ++ .../Outland/HellfireCitadel/BloodFurnace/blood_furnace.h | 2 ++ .../Outland/HellfireCitadel/BloodFurnace/boss_broggok.cpp | 1 + .../HellfireCitadel/HellfireRamparts/hellfire_ramparts.h | 2 ++ .../HellfireCitadel/MagtheridonsLair/magtheridons_lair.h | 2 ++ .../HellfireCitadel/ShatteredHalls/boss_nethekurse.cpp | 1 + .../HellfireCitadel/ShatteredHalls/shattered_halls.h | 2 ++ src/scripts/Outland/TempestKeep/Eye/the_eye.h | 2 ++ src/scripts/Outland/TempestKeep/Mechanar/mechanar.h | 2 ++ src/scripts/Outland/TempestKeep/arcatraz/arcatraz.h | 2 ++ src/scripts/Outland/TempestKeep/botanica/the_botanica.h | 2 ++ src/scripts/Outland/zone_hellfire_peninsula.cpp | 1 + src/scripts/Outland/zone_terokkar_forest.cpp | 1 + src/scripts/Pet/pet_dk.cpp | 1 + src/scripts/Pet/pet_generic.cpp | 1 + src/scripts/Pet/pet_hunter.cpp | 1 + src/scripts/Pet/pet_mage.cpp | 1 + src/scripts/Pet/pet_priest.cpp | 1 + src/scripts/Pet/pet_shaman.cpp | 1 + src/scripts/Spells/spell_dk.cpp | 1 + src/scripts/Spells/spell_druid.cpp | 1 + src/scripts/Spells/spell_paladin.cpp | 1 + src/scripts/Spells/spell_quest.cpp | 1 + src/scripts/World/boss_emerald_dragons.cpp | 1 + src/worldserver/CMakeLists.txt | 2 ++ src/worldserver/TCSoap/TCSoap.cpp | 2 ++ 142 files changed, 241 insertions(+), 11 deletions(-) diff --git a/modules/acore/framework/Database/Field.h b/modules/acore/framework/Database/Field.h index 568532fb0..6ba3c9e92 100644 --- a/modules/acore/framework/Database/Field.h +++ b/modules/acore/framework/Database/Field.h @@ -5,8 +5,8 @@ * Copyright (C) 2005-2009 MaNGOS */ -#ifndef _FIELD_H -#define _FIELD_H +#ifndef AZEROTHCORE_FIELD_H +#define AZEROTHCORE_FIELD_H #include "Common.h" #include "Log.h" diff --git a/modules/acore/framework/Database/QueryResult.h b/modules/acore/framework/Database/QueryResult.h index 72973b4c8..dd6cec32d 100644 --- a/modules/acore/framework/Database/QueryResult.h +++ b/modules/acore/framework/Database/QueryResult.h @@ -10,6 +10,7 @@ #include "AutoPtr.h" #include +#include "Errors.h" #include "Field.h" #ifdef _WIN32 diff --git a/modules/acore/framework/Packets/ByteBuffer.h b/modules/acore/framework/Packets/ByteBuffer.h index 7531a60f7..7c6cdb2d4 100644 --- a/modules/acore/framework/Packets/ByteBuffer.h +++ b/modules/acore/framework/Packets/ByteBuffer.h @@ -7,7 +7,7 @@ #ifndef _BYTEBUFFER_H #define _BYTEBUFFER_H -#include "Define.h" +#include "Common.h" #include "Errors.h" #include "ByteConverter.h" diff --git a/modules/acore/framework/Utilities/Util.cpp b/modules/acore/framework/Utilities/Util.cpp index 00ef6a11a..ea3d81e8e 100644 --- a/modules/acore/framework/Utilities/Util.cpp +++ b/modules/acore/framework/Utilities/Util.cpp @@ -7,6 +7,11 @@ #include "Util.h" #include "Common.h" #include "utf8.h" +#include "Log.h" +#include "DatabaseWorker.h" +#include "SQLOperation.h" +#include "Errors.h" +#include "TypeList.h" #include "SFMT.h" #include "Errors.h" // for ASSERT #include diff --git a/src/game/DungeonFinding/LFG.h b/src/game/DungeonFinding/LFG.h index fca86260d..b6249a994 100644 --- a/src/game/DungeonFinding/LFG.h +++ b/src/game/DungeonFinding/LFG.h @@ -9,6 +9,9 @@ #define _LFG_H #include "Common.h" +#include "ObjectDefines.h" +#include "SharedDefines.h" +#include "WorldPacket.h" namespace lfg { diff --git a/src/game/DungeonFinding/LFGMgr.cpp b/src/game/DungeonFinding/LFGMgr.cpp index 09f9c6c7a..ef2144d51 100644 --- a/src/game/DungeonFinding/LFGMgr.cpp +++ b/src/game/DungeonFinding/LFGMgr.cpp @@ -23,6 +23,7 @@ #include "GroupMgr.h" #include "GameEventMgr.h" #include "WorldSession.h" +#include "Opcodes.h" namespace lfg { diff --git a/src/game/DungeonFinding/LFGMgr.h b/src/game/DungeonFinding/LFGMgr.h index 5854d1734..a87c2971d 100644 --- a/src/game/DungeonFinding/LFGMgr.h +++ b/src/game/DungeonFinding/LFGMgr.h @@ -15,6 +15,7 @@ #include "LFGQueue.h" #include "LFGGroupData.h" #include "LFGPlayerData.h" +#include "Map.h" class Group; class Player; diff --git a/src/game/Entities/Vehicle/VehicleDefines.h b/src/game/Entities/Vehicle/VehicleDefines.h index 11256c993..1c1f0da97 100644 --- a/src/game/Entities/Vehicle/VehicleDefines.h +++ b/src/game/Entities/Vehicle/VehicleDefines.h @@ -8,6 +8,8 @@ #define __TRINITY_VEHICLEDEFINES_H #include "Define.h" +#include "Map.h" +#include "Object.h" #include #include diff --git a/src/game/Handlers/LootHandler.cpp b/src/game/Handlers/LootHandler.cpp index ff2a23f27..8b56e2150 100644 --- a/src/game/Handlers/LootHandler.cpp +++ b/src/game/Handlers/LootHandler.cpp @@ -19,6 +19,7 @@ #include "World.h" #include "WorldPacket.h" #include "WorldSession.h" +#include "ObjectMgr.h" void WorldSession::HandleAutostoreLootItemOpcode(WorldPacket& recvData) { diff --git a/src/game/Loot/LootItemStorage.cpp b/src/game/Loot/LootItemStorage.cpp index 65789973e..beaecc87c 100644 --- a/src/game/Loot/LootItemStorage.cpp +++ b/src/game/Loot/LootItemStorage.cpp @@ -2,7 +2,11 @@ Xinef */ +#include + #include "LootItemStorage.h" +#include "PreparedStatement.h" +#include "ObjectMgr.h" LootItemStorage::LootItemStorage() { diff --git a/src/game/Loot/LootItemStorage.h b/src/game/Loot/LootItemStorage.h index 3c6962dca..a55cda847 100644 --- a/src/game/Loot/LootItemStorage.h +++ b/src/game/Loot/LootItemStorage.h @@ -5,9 +5,14 @@ Xinef #ifndef TRINITY_LOOTITEMSTORAGE_H #define TRINITY_LOOTITEMSTORAGE_H +#include "Common.h" #include #include +#include "ace/Singleton.h" +#include "LootMgr.h" +#include "Item.h" + struct StoredLootItem { StoredLootItem(uint32 i, uint32 c, int32 ri, uint32 rs) : @@ -47,4 +52,4 @@ class LootItemStorage }; #define sLootItemStorage ACE_Singleton::instance() -#endif \ No newline at end of file +#endif diff --git a/src/game/Misc/AsyncAuctionListing.cpp b/src/game/Misc/AsyncAuctionListing.cpp index ca6deb99b..af1c4a526 100644 --- a/src/game/Misc/AsyncAuctionListing.cpp +++ b/src/game/Misc/AsyncAuctionListing.cpp @@ -3,6 +3,8 @@ #include "Creature.h" #include "AuctionHouseMgr.h" #include "ObjectAccessor.h" +#include "Opcodes.h" +#include "SpellAuraEffects.h" uint32 AsyncAuctionListingMgr::auctionListingDiff = 0; bool AsyncAuctionListingMgr::auctionListingAllowed = false; diff --git a/src/game/Misc/AsyncAuctionListing.h b/src/game/Misc/AsyncAuctionListing.h index cd467c026..710f53173 100644 --- a/src/game/Misc/AsyncAuctionListing.h +++ b/src/game/Misc/AsyncAuctionListing.h @@ -2,6 +2,8 @@ #define __ASYNCAUCTIONLISTING_H #include "Common.h" +#include "EventProcessor.h" +#include "WorldPacket.h" class AuctionListOwnerItemsDelayEvent : public BasicEvent { diff --git a/src/game/Misc/WhoListCache.h b/src/game/Misc/WhoListCache.h index 8ec43826d..bd82883e6 100644 --- a/src/game/Misc/WhoListCache.h +++ b/src/game/Misc/WhoListCache.h @@ -2,6 +2,7 @@ #define __WHOLISTCACHE_H #include "Common.h" +#include "SharedDefines.h" struct WhoListPlayerInfo { diff --git a/src/game/Movement/MovementGenerators/TargetedMovementGenerator.cpp b/src/game/Movement/MovementGenerators/TargetedMovementGenerator.cpp index aeeac6be3..297f43865 100644 --- a/src/game/Movement/MovementGenerators/TargetedMovementGenerator.cpp +++ b/src/game/Movement/MovementGenerators/TargetedMovementGenerator.cpp @@ -17,6 +17,7 @@ #include "BattlegroundRV.h" #include "VehicleDefines.h" #include "Transport.h" +#include "MapManager.h" #include diff --git a/src/game/Movement/Spline/MoveSplineInit.h b/src/game/Movement/Spline/MoveSplineInit.h index 013ccacb8..b468f708b 100644 --- a/src/game/Movement/Spline/MoveSplineInit.h +++ b/src/game/Movement/Spline/MoveSplineInit.h @@ -21,6 +21,7 @@ #include "MoveSplineInitArgs.h" #include "PathGenerator.h" +#include "Unit.h" class Unit; diff --git a/src/game/Petitions/PetitionMgr.cpp b/src/game/Petitions/PetitionMgr.cpp index 41c53ebc4..7011c19ab 100644 --- a/src/game/Petitions/PetitionMgr.cpp +++ b/src/game/Petitions/PetitionMgr.cpp @@ -3,6 +3,11 @@ Xinef */ #include "PetitionMgr.h" +#include "Timer.h" +#include "QueryResult.h" +#include "Log.h" +#include "DatabaseEnv.h" + PetitionMgr::PetitionMgr() { diff --git a/src/game/Petitions/PetitionMgr.h b/src/game/Petitions/PetitionMgr.h index 40c2e3f61..67476e600 100644 --- a/src/game/Petitions/PetitionMgr.h +++ b/src/game/Petitions/PetitionMgr.h @@ -5,6 +5,9 @@ Xinef #ifndef _PETITIONMGR_H #define _PETITIONMGR_H +#include "Common.h" +#include + typedef std::map SignatureMap; struct Petition diff --git a/src/game/Scripting/ScriptMgr.h b/src/game/Scripting/ScriptMgr.h index 65dc095ab..7ed1bb151 100644 --- a/src/game/Scripting/ScriptMgr.h +++ b/src/game/Scripting/ScriptMgr.h @@ -18,6 +18,7 @@ #include "World.h" #include "Weather.h" #include "AchievementMgr.h" +#include "DynamicObject.h" class AuctionHouseObject; class AuraScript; diff --git a/src/game/Spells/Auras/SpellAuraEffects.h b/src/game/Spells/Auras/SpellAuraEffects.h index 31cbbe7d7..e5e00956a 100644 --- a/src/game/Spells/Auras/SpellAuraEffects.h +++ b/src/game/Spells/Auras/SpellAuraEffects.h @@ -10,9 +10,11 @@ class Unit; class AuraEffect; class Aura; +class SpellInfo; #include "SpellAuras.h" #include "Spell.h" +#include "SpellInfo.h" typedef void(AuraEffect::*pAuraEffectHandler)(AuraApplication const* aurApp, uint8 mode, bool apply) const; diff --git a/src/game/Spells/SpellInfo.h b/src/game/Spells/SpellInfo.h index 6cc274530..bfd891aeb 100644 --- a/src/game/Spells/SpellInfo.h +++ b/src/game/Spells/SpellInfo.h @@ -18,6 +18,7 @@ class Player; class Item; class Spell; class SpellInfo; +class AuraEffect; struct SpellChainNode; struct SpellTargetPosition; struct SpellDurationEntry; @@ -507,4 +508,4 @@ public: void _UnloadImplicitTargetConditionLists(); }; -#endif // _SPELLINFO_H \ No newline at end of file +#endif // _SPELLINFO_H diff --git a/src/scripts/Commands/cs_account.cpp b/src/scripts/Commands/cs_account.cpp index 13b7923e0..e3a165efa 100644 --- a/src/scripts/Commands/cs_account.cpp +++ b/src/scripts/Commands/cs_account.cpp @@ -16,6 +16,7 @@ EndScriptData */ #include "AccountMgr.h" #include "Chat.h" #include "Language.h" +#include "Player.h" class account_commandscript : public CommandScript { diff --git a/src/scripts/Commands/cs_cast.cpp b/src/scripts/Commands/cs_cast.cpp index 9b8052f9c..598a76391 100644 --- a/src/scripts/Commands/cs_cast.cpp +++ b/src/scripts/Commands/cs_cast.cpp @@ -17,6 +17,7 @@ EndScriptData */ #include "Creature.h" #include "Language.h" #include "Player.h" +#include "SpellInfo.h" class cast_commandscript : public CommandScript { diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/blackrock_depths.h b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/blackrock_depths.h index aae0503c9..4e2f2e5ac 100644 --- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/blackrock_depths.h +++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/blackrock_depths.h @@ -7,6 +7,8 @@ #ifndef DEF_BRD_H #define DEF_BRD_H +#include "ScriptPCH.h" + enum FactionIds { FACTION_NEUTRAL = 734, diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/blackrock_spire.h b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/blackrock_spire.h index 4d4525b60..bcc8e3ee4 100644 --- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/blackrock_spire.h +++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/blackrock_spire.h @@ -8,6 +8,8 @@ #ifndef DEF_BLACKROCK_SPIRE_H #define DEF_BLACKROCK_SPIRE_H +#include "ScriptPCH.h" + uint32 const EncounterCount = 23; #define BRSScriptName "instance_blackrock_spire" diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/blackwing_lair.h b/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/blackwing_lair.h index bbd8751f5..3cd4fa5be 100644 --- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/blackwing_lair.h +++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/blackwing_lair.h @@ -8,6 +8,8 @@ #ifndef DEF_BLACKWING_LAIR_H #define DEF_BLACKWING_LAIR_H +#include "ScriptPCH.h" + uint32 const EncounterCount = 8; #define BRLScriptName "instance_blackwing_lair" @@ -68,4 +70,4 @@ enum BWLMisc DATA_EGG_EVENT }; -#endif \ No newline at end of file +#endif diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/molten_core.h b/src/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/molten_core.h index ef8e1495d..4c2f6ca39 100644 --- a/src/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/molten_core.h +++ b/src/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/molten_core.h @@ -7,6 +7,8 @@ #ifndef DEF_MOLTEN_CORE_H #define DEF_MOLTEN_CORE_H +#include "ScriptPCH.h" + enum Encounters { BOSS_LUCIFRON = 0, diff --git a/src/scripts/EasternKingdoms/Deadmines/deadmines.h b/src/scripts/EasternKingdoms/Deadmines/deadmines.h index 00d89eb9e..f0b68d220 100644 --- a/src/scripts/EasternKingdoms/Deadmines/deadmines.h +++ b/src/scripts/EasternKingdoms/Deadmines/deadmines.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_DEADMINES_H #define DEF_DEADMINES_H +#include "ScriptPCH.h" + enum DataTypes { TYPE_RHAHK_ZOR = 0, diff --git a/src/scripts/EasternKingdoms/Gnomeregan/instance_gnomeregan.cpp b/src/scripts/EasternKingdoms/Gnomeregan/instance_gnomeregan.cpp index 68eadf5a3..ee2eec74a 100644 --- a/src/scripts/EasternKingdoms/Gnomeregan/instance_gnomeregan.cpp +++ b/src/scripts/EasternKingdoms/Gnomeregan/instance_gnomeregan.cpp @@ -3,7 +3,9 @@ REWRITTEN BY XINEF */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "InstanceScript.h" +#include "PassiveAI.h" class instance_gnomeregan : public InstanceMapScript { diff --git a/src/scripts/EasternKingdoms/Karazhan/boss_nightbane.cpp b/src/scripts/EasternKingdoms/Karazhan/boss_nightbane.cpp index d4438558d..e77cca82a 100644 --- a/src/scripts/EasternKingdoms/Karazhan/boss_nightbane.cpp +++ b/src/scripts/EasternKingdoms/Karazhan/boss_nightbane.cpp @@ -12,6 +12,7 @@ SDCategory: Karazhan EndScriptData */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "karazhan.h" diff --git a/src/scripts/EasternKingdoms/Karazhan/instance_karazhan.cpp b/src/scripts/EasternKingdoms/Karazhan/instance_karazhan.cpp index cc5f17929..3baa43250 100644 --- a/src/scripts/EasternKingdoms/Karazhan/instance_karazhan.cpp +++ b/src/scripts/EasternKingdoms/Karazhan/instance_karazhan.cpp @@ -3,6 +3,7 @@ REWRITTEN BY XINEF */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "InstanceScript.h" #include "karazhan.h" diff --git a/src/scripts/EasternKingdoms/Karazhan/karazhan.h b/src/scripts/EasternKingdoms/Karazhan/karazhan.h index d2c914f37..79259020f 100644 --- a/src/scripts/EasternKingdoms/Karazhan/karazhan.h +++ b/src/scripts/EasternKingdoms/Karazhan/karazhan.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_KARAZHAN_H #define DEF_KARAZHAN_H +#include "ScriptPCH.h" + enum DataTypes { TYPE_SERVANT_QUARTERS = 0, diff --git a/src/scripts/EasternKingdoms/MagistersTerrace/boss_felblood_kaelthas.cpp b/src/scripts/EasternKingdoms/MagistersTerrace/boss_felblood_kaelthas.cpp index 51905233b..7b8cca5df 100644 --- a/src/scripts/EasternKingdoms/MagistersTerrace/boss_felblood_kaelthas.cpp +++ b/src/scripts/EasternKingdoms/MagistersTerrace/boss_felblood_kaelthas.cpp @@ -3,6 +3,7 @@ REWRITTEN BY XINEF */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "magisters_terrace.h" #include "WorldPacket.h" diff --git a/src/scripts/EasternKingdoms/MagistersTerrace/instance_magisters_terrace.cpp b/src/scripts/EasternKingdoms/MagistersTerrace/instance_magisters_terrace.cpp index 90366cbea..db13f2503 100644 --- a/src/scripts/EasternKingdoms/MagistersTerrace/instance_magisters_terrace.cpp +++ b/src/scripts/EasternKingdoms/MagistersTerrace/instance_magisters_terrace.cpp @@ -3,6 +3,7 @@ REWRITTEN BY XINEF */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "InstanceScript.h" #include "magisters_terrace.h" diff --git a/src/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.h b/src/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.h index edea0f9f6..85901e095 100644 --- a/src/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.h +++ b/src/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_MAGISTERS_TERRACE_H #define DEF_MAGISTERS_TERRACE_H +#include "ScriptPCH.h" + enum MTData { DATA_SELIN_EVENT = 0, diff --git a/src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp b/src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp index 4994654be..0cb485dc8 100644 --- a/src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp +++ b/src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp @@ -6,6 +6,7 @@ */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "ScriptedGossip.h" #include "Vehicle.h" diff --git a/src/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp b/src/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp index 65b9c951c..f6c490654 100644 --- a/src/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp +++ b/src/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp @@ -6,6 +6,7 @@ */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "ScriptedEscortAI.h" #include "Player.h" diff --git a/src/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp b/src/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp index d1cd84ec1..55ac386c4 100644 --- a/src/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp +++ b/src/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp @@ -6,6 +6,7 @@ */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "ScriptedGossip.h" #include "ScriptedEscortAI.h" diff --git a/src/scripts/EasternKingdoms/Scholomance/instance_scholomance.cpp b/src/scripts/EasternKingdoms/Scholomance/instance_scholomance.cpp index bdcf0c99f..97461154d 100644 --- a/src/scripts/EasternKingdoms/Scholomance/instance_scholomance.cpp +++ b/src/scripts/EasternKingdoms/Scholomance/instance_scholomance.cpp @@ -7,6 +7,7 @@ REWRITTEN BY XINEF #include "Player.h" #include "scholomance.h" #include "GameObjectAI.h" +#include "SpellScript.h" class instance_scholomance : public InstanceMapScript { diff --git a/src/scripts/EasternKingdoms/Scholomance/scholomance.h b/src/scripts/EasternKingdoms/Scholomance/scholomance.h index 4a010006b..00ccc17be 100644 --- a/src/scripts/EasternKingdoms/Scholomance/scholomance.h +++ b/src/scripts/EasternKingdoms/Scholomance/scholomance.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_SCHOLOMANCE_H #define DEF_SCHOLOMANCE_H +#include "ScriptPCH.h" + enum DataTypes { DATA_KIRTONOS_THE_HERALD = 0, diff --git a/src/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp b/src/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp index 31f5109ac..b5a843173 100644 --- a/src/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp +++ b/src/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp @@ -2,8 +2,8 @@ REWRITTEN BY XINEF */ -#include "ScriptedCreature.h" #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "InstanceScript.h" #include "shadowfang_keep.h" #include "TemporarySummon.h" diff --git a/src/scripts/EasternKingdoms/ShadowfangKeep/shadowfang_keep.h b/src/scripts/EasternKingdoms/ShadowfangKeep/shadowfang_keep.h index fdf315f72..63d2c1300 100644 --- a/src/scripts/EasternKingdoms/ShadowfangKeep/shadowfang_keep.h +++ b/src/scripts/EasternKingdoms/ShadowfangKeep/shadowfang_keep.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_SHADOWFANG_H #define DEF_SHADOWFANG_H +#include "ScriptPCH.h" + enum DataTypes { TYPE_COURTYARD = 0, diff --git a/src/scripts/EasternKingdoms/Stratholme/stratholme.h b/src/scripts/EasternKingdoms/Stratholme/stratholme.h index b27fde684..351d9ad95 100644 --- a/src/scripts/EasternKingdoms/Stratholme/stratholme.h +++ b/src/scripts/EasternKingdoms/Stratholme/stratholme.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_STRATHOLME_H #define DEF_STRATHOLME_H +#include "ScriptPCH.h" + enum DataTypes { TYPE_BARON_RUN = 0, diff --git a/src/scripts/EasternKingdoms/SunkenTemple/instance_sunken_temple.cpp b/src/scripts/EasternKingdoms/SunkenTemple/instance_sunken_temple.cpp index 6cadcfa17..dafd2cb2b 100644 --- a/src/scripts/EasternKingdoms/SunkenTemple/instance_sunken_temple.cpp +++ b/src/scripts/EasternKingdoms/SunkenTemple/instance_sunken_temple.cpp @@ -3,8 +3,11 @@ REWRITTEN BY XINEF */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "InstanceScript.h" #include "sunken_temple.h" +#include "Player.h" +#include "CreatureAI.h" class instance_sunken_temple : public InstanceMapScript { diff --git a/src/scripts/EasternKingdoms/SunkenTemple/sunken_temple.h b/src/scripts/EasternKingdoms/SunkenTemple/sunken_temple.h index 744cf4d86..b15a0d493 100644 --- a/src/scripts/EasternKingdoms/SunkenTemple/sunken_temple.h +++ b/src/scripts/EasternKingdoms/SunkenTemple/sunken_temple.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_SUNKEN_TEMPLE_H #define DEF_SUNKEN_TEMPLE_H +#include "ScriptPCH.h" + enum DataTypes { DATA_STATUES = 10, diff --git a/src/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp b/src/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp index 14930066e..793c7e70e 100644 --- a/src/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp +++ b/src/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp @@ -3,6 +3,7 @@ REWRITTEN BY XINEF */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "sunwell_plateau.h" diff --git a/src/scripts/EasternKingdoms/SunwellPlateau/boss_eredar_twins.cpp b/src/scripts/EasternKingdoms/SunwellPlateau/boss_eredar_twins.cpp index 92e3e76e5..a9847ea42 100644 --- a/src/scripts/EasternKingdoms/SunwellPlateau/boss_eredar_twins.cpp +++ b/src/scripts/EasternKingdoms/SunwellPlateau/boss_eredar_twins.cpp @@ -3,6 +3,7 @@ REWRITTEN BY XINEF */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "sunwell_plateau.h" #include "SpellInfo.h" diff --git a/src/scripts/EasternKingdoms/SunwellPlateau/sunwell_plateau.h b/src/scripts/EasternKingdoms/SunwellPlateau/sunwell_plateau.h index 01875f268..a3b0ea294 100644 --- a/src/scripts/EasternKingdoms/SunwellPlateau/sunwell_plateau.h +++ b/src/scripts/EasternKingdoms/SunwellPlateau/sunwell_plateau.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef SUNWELL_PLATEAU_H #define SUNWELL_PLATEAU_H +#include "ScriptPCH.h" + enum DataTypes { DATA_KALECGOS = 0, diff --git a/src/scripts/EasternKingdoms/Uldaman/instance_uldaman.cpp b/src/scripts/EasternKingdoms/Uldaman/instance_uldaman.cpp index 659e050ee..221ce0304 100644 --- a/src/scripts/EasternKingdoms/Uldaman/instance_uldaman.cpp +++ b/src/scripts/EasternKingdoms/Uldaman/instance_uldaman.cpp @@ -3,6 +3,7 @@ REWRITTEN BY XINEF */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "InstanceScript.h" #include "uldaman.h" diff --git a/src/scripts/EasternKingdoms/Uldaman/uldaman.h b/src/scripts/EasternKingdoms/Uldaman/uldaman.h index 8685c7ea9..ed16fbd72 100644 --- a/src/scripts/EasternKingdoms/Uldaman/uldaman.h +++ b/src/scripts/EasternKingdoms/Uldaman/uldaman.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_ULDAMAN_H #define DEF_ULDAMAN_H +#include "ScriptPCH.h" + enum DataTypes { DATA_IRONAYA_DOORS = 0, diff --git a/src/scripts/EasternKingdoms/ZulAman/zulaman.h b/src/scripts/EasternKingdoms/ZulAman/zulaman.h index 6f6365fa7..68c35c72c 100644 --- a/src/scripts/EasternKingdoms/ZulAman/zulaman.h +++ b/src/scripts/EasternKingdoms/ZulAman/zulaman.h @@ -7,6 +7,8 @@ #ifndef DEF_ZULAMAN_H #define DEF_ZULAMAN_H +#include "ScriptPCH.h" + enum DataTypes { DATA_GONGEVENT = 0, diff --git a/src/scripts/EasternKingdoms/ZulGurub/zulgurub.h b/src/scripts/EasternKingdoms/ZulGurub/zulgurub.h index a6e4a28d8..c9c6fb592 100644 --- a/src/scripts/EasternKingdoms/ZulGurub/zulgurub.h +++ b/src/scripts/EasternKingdoms/ZulGurub/zulgurub.h @@ -8,6 +8,8 @@ #ifndef DEF_ZULGURUB_H #define DEF_ZULGURUB_H +#include "ScriptPCH.h" + uint32 const EncounterCount = 13; #define ZGScriptName "instance_zulgurub" diff --git a/src/scripts/EasternKingdoms/zone_eastern_plaguelands.cpp b/src/scripts/EasternKingdoms/zone_eastern_plaguelands.cpp index dd6c6ff31..39980e04b 100644 --- a/src/scripts/EasternKingdoms/zone_eastern_plaguelands.cpp +++ b/src/scripts/EasternKingdoms/zone_eastern_plaguelands.cpp @@ -19,6 +19,7 @@ npc_tirion_fordring EndContentData */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "ScriptedGossip.h" #include "Player.h" diff --git a/src/scripts/EasternKingdoms/zone_isle_of_queldanas.cpp b/src/scripts/EasternKingdoms/zone_isle_of_queldanas.cpp index 59eda86ae..faa88510f 100644 --- a/src/scripts/EasternKingdoms/zone_isle_of_queldanas.cpp +++ b/src/scripts/EasternKingdoms/zone_isle_of_queldanas.cpp @@ -17,10 +17,12 @@ npc_greengill_slave EndContentData */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "Player.h" #include "Pet.h" #include "SpellInfo.h" +#include "PassiveAI.h" /*###### OUR: ######*/ diff --git a/src/scripts/Events/brewfest.cpp b/src/scripts/Events/brewfest.cpp index 1489df864..7b0426bd4 100644 --- a/src/scripts/Events/brewfest.cpp +++ b/src/scripts/Events/brewfest.cpp @@ -1,6 +1,7 @@ // Scripted by Xinef #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "ScriptedGossip.h" #include "SpellAuras.h" @@ -1784,4 +1785,4 @@ void AddSC_event_brewfest_scripts() // beer effect new npc_brew_bubble(); -} \ No newline at end of file +} diff --git a/src/scripts/Events/love_in_air.cpp b/src/scripts/Events/love_in_air.cpp index fa7a01671..b0a12e6f4 100644 --- a/src/scripts/Events/love_in_air.cpp +++ b/src/scripts/Events/love_in_air.cpp @@ -1,6 +1,7 @@ // Scripted by Xinef #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "GridNotifiers.h" #include "GridNotifiersImpl.h" @@ -774,4 +775,4 @@ void AddSC_event_love_in_the_air() new spell_item_create_heart_candy(); new spell_love_is_in_the_air_romantic_picnic(); new spell_gen_aura_service_uniform(); -} \ No newline at end of file +} diff --git a/src/scripts/Events/pilgrims_bounty.cpp b/src/scripts/Events/pilgrims_bounty.cpp index 6d8f20ccb..fa366a282 100644 --- a/src/scripts/Events/pilgrims_bounty.cpp +++ b/src/scripts/Events/pilgrims_bounty.cpp @@ -1,6 +1,7 @@ // Scripted by Xinef #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "SpellAuraEffects.h" #include "CombatAI.h" diff --git a/src/scripts/Kalimdor/BlackfathomDeeps/blackfathom_deeps.h b/src/scripts/Kalimdor/BlackfathomDeeps/blackfathom_deeps.h index 836dca339..ec96c18ec 100644 --- a/src/scripts/Kalimdor/BlackfathomDeeps/blackfathom_deeps.h +++ b/src/scripts/Kalimdor/BlackfathomDeeps/blackfathom_deeps.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef BFD_H_ #define BFD_H_ +#include "ScriptPCH.h" + enum Data { TYPE_GELIHAST = 0, diff --git a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal.h b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal.h index 8b6cbc4fe..5e09cd6c1 100644 --- a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal.h +++ b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal.h @@ -7,6 +7,8 @@ #ifndef DEF_HYJAL_H #define DEF_HYJAL_H +#include "ScriptPCH.h" + #define ERROR_INST_DATA "TSCR: Instance data not set properly for Mount Hyjal. Encounters will be buggy." uint32 const EncounterCount = 5; diff --git a/src/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/culling_of_stratholme.h b/src/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/culling_of_stratholme.h index 820089d83..5a047c4ea 100644 --- a/src/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/culling_of_stratholme.h +++ b/src/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/culling_of_stratholme.h @@ -5,6 +5,8 @@ #ifndef DEF_CULLING_OF_STRATHOLME_H #define DEF_CULLING_OF_STRATHOLME_H +#include "ScriptPCH.h" + enum Data { DATA_ARTHAS_EVENT, diff --git a/src/scripts/Kalimdor/CavernsOfTime/EscapeFromDurnholdeKeep/old_hillsbrad.h b/src/scripts/Kalimdor/CavernsOfTime/EscapeFromDurnholdeKeep/old_hillsbrad.h index 09500d605..c7818c1a0 100644 --- a/src/scripts/Kalimdor/CavernsOfTime/EscapeFromDurnholdeKeep/old_hillsbrad.h +++ b/src/scripts/Kalimdor/CavernsOfTime/EscapeFromDurnholdeKeep/old_hillsbrad.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_OLD_HILLSBRAD_H #define DEF_OLD_HILLSBRAD_H +#include "ScriptPCH.h" + enum DataIds { DATA_ESCORT_PROGRESS = 0, diff --git a/src/scripts/Kalimdor/CavernsOfTime/TheBlackMorass/the_black_morass.h b/src/scripts/Kalimdor/CavernsOfTime/TheBlackMorass/the_black_morass.h index 0923449e4..de669008f 100644 --- a/src/scripts/Kalimdor/CavernsOfTime/TheBlackMorass/the_black_morass.h +++ b/src/scripts/Kalimdor/CavernsOfTime/TheBlackMorass/the_black_morass.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_THEBLACKMORASS_H #define DEF_THEBLACKMORASS_H +#include "ScriptPCH.h" + enum DataTypes { TYPE_CHRONO_LORD_DEJA = 0, diff --git a/src/scripts/Kalimdor/DireMaul/dire_maul.h b/src/scripts/Kalimdor/DireMaul/dire_maul.h index b3d4bef39..21571c2f1 100644 --- a/src/scripts/Kalimdor/DireMaul/dire_maul.h +++ b/src/scripts/Kalimdor/DireMaul/dire_maul.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_DIRE_MAUL_H #define DEF_DIRE_MAUL_H +#include "ScriptPCH.h" + enum DataTypes { TYPE_EAST_WING_PROGRESS = 0, diff --git a/src/scripts/Kalimdor/Maraudon/maraudon.h b/src/scripts/Kalimdor/Maraudon/maraudon.h index 1f3c29ace..b95e7ea84 100644 --- a/src/scripts/Kalimdor/Maraudon/maraudon.h +++ b/src/scripts/Kalimdor/Maraudon/maraudon.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_MARAUDON_H #define DEF_MARAUDON_H +#include "ScriptPCH.h" + enum DataTypes { TYPE_NOXXION = 0, diff --git a/src/scripts/Kalimdor/OnyxiasLair/onyxias_lair.h b/src/scripts/Kalimdor/OnyxiasLair/onyxias_lair.h index 8c29a7c8c..37102f512 100644 --- a/src/scripts/Kalimdor/OnyxiasLair/onyxias_lair.h +++ b/src/scripts/Kalimdor/OnyxiasLair/onyxias_lair.h @@ -5,6 +5,8 @@ #ifndef DEF_ONYXIAS_LAIR_H #define DEF_ONYXIAS_LAIR_H +#include "ScriptPCH.h" + enum eInstanceData { DATA_ONYXIA = 0, diff --git a/src/scripts/Kalimdor/RazorfenDowns/razorfen_downs.h b/src/scripts/Kalimdor/RazorfenDowns/razorfen_downs.h index fe27d1fef..fc87f7c06 100644 --- a/src/scripts/Kalimdor/RazorfenDowns/razorfen_downs.h +++ b/src/scripts/Kalimdor/RazorfenDowns/razorfen_downs.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_RAZORFEN_DOWNS_H #define DEF_RAZORFEN_DOWNS_H +#include "ScriptPCH.h" + enum CreatureIds { NPC_IDOL_ROOM_SPAWNER = 8611, diff --git a/src/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.h b/src/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.h index a0aa02376..c1c0e3c82 100644 --- a/src/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.h +++ b/src/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.h @@ -8,6 +8,8 @@ #ifndef DEF_RUINS_OF_AHNQIRAJ_H #define DEF_RUINS_OF_AHNQIRAJ_H +#include "ScriptPCH.h" + enum DataTypes { DATA_KURINNAXX = 0, diff --git a/src/scripts/Kalimdor/TempleOfAhnQiraj/temple_of_ahnqiraj.h b/src/scripts/Kalimdor/TempleOfAhnQiraj/temple_of_ahnqiraj.h index 0463cac1f..12e6bad3d 100644 --- a/src/scripts/Kalimdor/TempleOfAhnQiraj/temple_of_ahnqiraj.h +++ b/src/scripts/Kalimdor/TempleOfAhnQiraj/temple_of_ahnqiraj.h @@ -7,6 +7,8 @@ #ifndef DEF_TEMPLE_OF_AHNQIRAJ_H #define DEF_TEMPLE_OF_AHNQIRAJ_H +#include "ScriptPCH.h" + enum DataTypes { DATA_SKERAM = 1, diff --git a/src/scripts/Kalimdor/WailingCaverns/wailing_caverns.h b/src/scripts/Kalimdor/WailingCaverns/wailing_caverns.h index 301453cff..d2f89bf25 100644 --- a/src/scripts/Kalimdor/WailingCaverns/wailing_caverns.h +++ b/src/scripts/Kalimdor/WailingCaverns/wailing_caverns.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_WAILING_CAVERNS_H #define DEF_WAILING_CAVERNS_H +#include "ScriptPCH.h" + enum DataTypes { TYPE_LORD_COBRAHN = 0, diff --git a/src/scripts/Kalimdor/ZulFarrak/zulfarrak.h b/src/scripts/Kalimdor/ZulFarrak/zulfarrak.h index aea47c9bb..5401da71d 100644 --- a/src/scripts/Kalimdor/ZulFarrak/zulfarrak.h +++ b/src/scripts/Kalimdor/ZulFarrak/zulfarrak.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_ZULFARRACK_H #define DEF_ZULFARRACK_H +#include "ScriptPCH.h" + enum ZulFarrakData { TYPE_PYRAMID_EVENT = 0, diff --git a/src/scripts/Kalimdor/zone_silithus.cpp b/src/scripts/Kalimdor/zone_silithus.cpp index a8a3c1ef1..abb9dc6fc 100644 --- a/src/scripts/Kalimdor/zone_silithus.cpp +++ b/src/scripts/Kalimdor/zone_silithus.cpp @@ -17,6 +17,7 @@ quest_a_pawn_on_the_eternal_pawn EndContentData */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "ScriptedGossip.h" #include "Group.h" diff --git a/src/scripts/Northrend/AzjolNerub/AzjolNerub/azjol_nerub.h b/src/scripts/Northrend/AzjolNerub/AzjolNerub/azjol_nerub.h index 6fcb6a635..5afe6e007 100644 --- a/src/scripts/Northrend/AzjolNerub/AzjolNerub/azjol_nerub.h +++ b/src/scripts/Northrend/AzjolNerub/AzjolNerub/azjol_nerub.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_AZJOL_NERUB_H #define DEF_AZJOL_NERUB_H +#include "ScriptPCH.h" + enum ANData { DATA_KRIKTHIR_THE_GATEWATCHER_EVENT = 0, diff --git a/src/scripts/Northrend/AzjolNerub/ahnkahet/ahnkahet.h b/src/scripts/Northrend/AzjolNerub/ahnkahet/ahnkahet.h index 4b473c42d..d90c32b27 100644 --- a/src/scripts/Northrend/AzjolNerub/ahnkahet/ahnkahet.h +++ b/src/scripts/Northrend/AzjolNerub/ahnkahet/ahnkahet.h @@ -2,6 +2,8 @@ #ifndef DEF_AHNKAHET_H #define DEF_AHNKAHET_H +#include "ScriptPCH.h" + #define MAX_ENCOUNTER 5 enum Data64 { diff --git a/src/scripts/Northrend/ChamberOfAspects/ObsidianSanctum/obsidian_sanctum.h b/src/scripts/Northrend/ChamberOfAspects/ObsidianSanctum/obsidian_sanctum.h index 1648580b6..1962bf094 100644 --- a/src/scripts/Northrend/ChamberOfAspects/ObsidianSanctum/obsidian_sanctum.h +++ b/src/scripts/Northrend/ChamberOfAspects/ObsidianSanctum/obsidian_sanctum.h @@ -5,6 +5,8 @@ #ifndef DEF_OBSIDIAN_SANCTUM_H #define DEF_OBSIDIAN_SANCTUM_H +#include "ScriptPCH.h" + enum Data { // Encounter diff --git a/src/scripts/Northrend/ChamberOfAspects/RubySanctum/ruby_sanctum.h b/src/scripts/Northrend/ChamberOfAspects/RubySanctum/ruby_sanctum.h index be7006015..4fba4ff43 100644 --- a/src/scripts/Northrend/ChamberOfAspects/RubySanctum/ruby_sanctum.h +++ b/src/scripts/Northrend/ChamberOfAspects/RubySanctum/ruby_sanctum.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef RUBY_SANCTUM_H_ #define RUBY_SANCTUM_H_ +#include "ScriptPCH.h" + #include "SpellScript.h" #include "Map.h" #include "Creature.h" diff --git a/src/scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/trial_of_the_champion.h b/src/scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/trial_of_the_champion.h index a939a0aea..5db3b9571 100644 --- a/src/scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/trial_of_the_champion.h +++ b/src/scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/trial_of_the_champion.h @@ -5,6 +5,8 @@ #ifndef DEF_TOC_H #define DEF_TOC_H +#include "ScriptPCH.h" + enum eData { BOSS_GRAND_CHAMPIONS = 0, diff --git a/src/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/trial_of_the_crusader.h b/src/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/trial_of_the_crusader.h index cea30b62c..e1da98fd2 100644 --- a/src/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/trial_of_the_crusader.h +++ b/src/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/trial_of_the_crusader.h @@ -5,6 +5,8 @@ #ifndef DEF_CRUSADER_H #define DEF_CRUSADER_H +#include "ScriptPCH.h" + enum DataTypes { TYPE_NONE = 0, diff --git a/src/scripts/Northrend/DraktharonKeep/drak_tharon_keep.h b/src/scripts/Northrend/DraktharonKeep/drak_tharon_keep.h index 966212020..a6d9728b6 100644 --- a/src/scripts/Northrend/DraktharonKeep/drak_tharon_keep.h +++ b/src/scripts/Northrend/DraktharonKeep/drak_tharon_keep.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_DRAK_THARON_H #define DEF_DRAK_THARON_H +#include "ScriptPCH.h" + enum Data { DATA_TROLLGORE = 0, diff --git a/src/scripts/Northrend/FrozenHalls/ForgeOfSouls/forge_of_souls.h b/src/scripts/Northrend/FrozenHalls/ForgeOfSouls/forge_of_souls.h index 97d82dc85..da7889aa6 100644 --- a/src/scripts/Northrend/FrozenHalls/ForgeOfSouls/forge_of_souls.h +++ b/src/scripts/Northrend/FrozenHalls/ForgeOfSouls/forge_of_souls.h @@ -5,6 +5,8 @@ #ifndef DEF_FORGE_OF_SOULS_H #define DEF_FORGE_OF_SOULS_H +#include "ScriptPCH.h" + enum Data { DATA_BRONJAHM, diff --git a/src/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.h b/src/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.h index 01ad1d169..2cf78d335 100644 --- a/src/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.h +++ b/src/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.h @@ -5,6 +5,8 @@ #ifndef DEF_HALLS_OF_REFLECTION_H #define DEF_HALLS_OF_REFLECTION_H +#include "ScriptPCH.h" + enum Data { DATA_INTRO, diff --git a/src/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.h b/src/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.h index 0b033a83d..9239906a7 100644 --- a/src/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.h +++ b/src/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.h @@ -5,6 +5,8 @@ #ifndef DEF_PIT_OF_SARON_H #define DEF_PIT_OF_SARON_H +#include "ScriptPCH.h" + enum DataTypes { DATA_GARFROST, diff --git a/src/scripts/Northrend/Gundrak/gundrak.h b/src/scripts/Northrend/Gundrak/gundrak.h index f8fa15b7e..e1304da91 100644 --- a/src/scripts/Northrend/Gundrak/gundrak.h +++ b/src/scripts/Northrend/Gundrak/gundrak.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_GUNDRAK_H #define DEF_GUNDRAK_H +#include "ScriptPCH.h" + enum Data { DATA_SLAD_RAN = 0, diff --git a/src/scripts/Northrend/IcecrownCitadel/icecrown_citadel.h b/src/scripts/Northrend/IcecrownCitadel/icecrown_citadel.h index 7003cc28d..4087d115d 100644 --- a/src/scripts/Northrend/IcecrownCitadel/icecrown_citadel.h +++ b/src/scripts/Northrend/IcecrownCitadel/icecrown_citadel.h @@ -5,6 +5,7 @@ #ifndef ICECROWN_CITADEL_H_ #define ICECROWN_CITADEL_H_ +#include "ScriptPCH.h" #include "SpellScript.h" #include "Map.h" #include "Creature.h" diff --git a/src/scripts/Northrend/Naxxramas/naxxramas.h b/src/scripts/Northrend/Naxxramas/naxxramas.h index 0973024c0..10bce8cbb 100644 --- a/src/scripts/Northrend/Naxxramas/naxxramas.h +++ b/src/scripts/Northrend/Naxxramas/naxxramas.h @@ -5,6 +5,8 @@ #ifndef DEF_NAXXRAMAS_H #define DEF_NAXXRAMAS_H +#include "ScriptPCH.h" + enum NXEncounter { EVENT_PATCHWERK = 0, diff --git a/src/scripts/Northrend/Nexus/EyeOfEternity/eye_of_eternity.h b/src/scripts/Northrend/Nexus/EyeOfEternity/eye_of_eternity.h index 388c785cb..b6e462ba4 100644 --- a/src/scripts/Northrend/Nexus/EyeOfEternity/eye_of_eternity.h +++ b/src/scripts/Northrend/Nexus/EyeOfEternity/eye_of_eternity.h @@ -5,6 +5,8 @@ #ifndef DEF_EYE_OF_ETERNITY_H #define DEF_EYE_OF_ETERNITY_H +#include "ScriptPCH.h" + enum Objects { GO_NEXUS_PLATFORM = 193070, diff --git a/src/scripts/Northrend/Nexus/Nexus/nexus.h b/src/scripts/Northrend/Nexus/Nexus/nexus.h index 8d275edbc..605ad8121 100644 --- a/src/scripts/Northrend/Nexus/Nexus/nexus.h +++ b/src/scripts/Northrend/Nexus/Nexus/nexus.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_NEXUS_H #define DEF_NEXUS_H +#include "ScriptPCH.h" + enum eTypes { DATA_MAGUS_TELESTRA_EVENT = 0, diff --git a/src/scripts/Northrend/Nexus/Oculus/oculus.h b/src/scripts/Northrend/Nexus/Oculus/oculus.h index 912c6c666..e4c7e108c 100644 --- a/src/scripts/Northrend/Nexus/Oculus/oculus.h +++ b/src/scripts/Northrend/Nexus/Oculus/oculus.h @@ -5,6 +5,8 @@ #ifndef DEF_OCULUS_H #define DEF_OCULUS_H +#include "ScriptPCH.h" + enum Data { DATA_DRAKOS, // Drakos the Interrogator diff --git a/src/scripts/Northrend/Ulduar/HallsOfLightning/halls_of_lightning.h b/src/scripts/Northrend/Ulduar/HallsOfLightning/halls_of_lightning.h index 0a95e0eb8..7e28179c0 100644 --- a/src/scripts/Northrend/Ulduar/HallsOfLightning/halls_of_lightning.h +++ b/src/scripts/Northrend/Ulduar/HallsOfLightning/halls_of_lightning.h @@ -5,6 +5,7 @@ #ifndef DEF_HALLS_OF_LIGHTNING_H #define DEF_HALLS_OF_LIGHTNING_H +#include "ScriptPCH.h" enum HoLEvents { diff --git a/src/scripts/Northrend/Ulduar/HallsOfStone/halls_of_stone.h b/src/scripts/Northrend/Ulduar/HallsOfStone/halls_of_stone.h index 8c7774c0c..b0b90ca89 100644 --- a/src/scripts/Northrend/Ulduar/HallsOfStone/halls_of_stone.h +++ b/src/scripts/Northrend/Ulduar/HallsOfStone/halls_of_stone.h @@ -5,6 +5,8 @@ #ifndef DEF_HALLS_OF_STONE_H #define DEF_HALLS_OF_STONE_H +#include "ScriptPCH.h" + enum Encounter { BOSS_KRYSTALLUS = 0, @@ -42,4 +44,4 @@ enum npcs NPC_BRANN = 28070, }; -#endif \ No newline at end of file +#endif diff --git a/src/scripts/Northrend/Ulduar/Ulduar/ulduar.h b/src/scripts/Northrend/Ulduar/Ulduar/ulduar.h index e63218321..e0c45592e 100644 --- a/src/scripts/Northrend/Ulduar/Ulduar/ulduar.h +++ b/src/scripts/Northrend/Ulduar/Ulduar/ulduar.h @@ -5,6 +5,8 @@ #ifndef DEF_ULDUAR_H #define DEF_ULDUAR_H +#include "ScriptPCH.h" + enum UlduarEncounters { MAX_ENCOUNTER = 15, diff --git a/src/scripts/Northrend/UtgardeKeep/UtgardeKeep/utgarde_keep.h b/src/scripts/Northrend/UtgardeKeep/UtgardeKeep/utgarde_keep.h index 9d4d86e21..1c5d445b2 100644 --- a/src/scripts/Northrend/UtgardeKeep/UtgardeKeep/utgarde_keep.h +++ b/src/scripts/Northrend/UtgardeKeep/UtgardeKeep/utgarde_keep.h @@ -5,6 +5,8 @@ #ifndef DEF_UTGARDE_KEEP_H #define DEF_UTGARDE_KEEP_H +#include "ScriptPCH.h" + enum eData { DATA_KELESETH, diff --git a/src/scripts/Northrend/UtgardeKeep/UtgardePinnacle/utgarde_pinnacle.h b/src/scripts/Northrend/UtgardeKeep/UtgardePinnacle/utgarde_pinnacle.h index 4486ed64f..893b302d8 100644 --- a/src/scripts/Northrend/UtgardeKeep/UtgardePinnacle/utgarde_pinnacle.h +++ b/src/scripts/Northrend/UtgardeKeep/UtgardePinnacle/utgarde_pinnacle.h @@ -1,6 +1,8 @@ #ifndef DEF_PINNACLE_H #define DEF_PINNACLE_H +#include "ScriptPCH.h" + enum Data { DATA_SVALA_SORROWGRAVE = 0, @@ -50,4 +52,4 @@ enum Objects NPC_GARUF = 26893, }; -#endif \ No newline at end of file +#endif diff --git a/src/scripts/Northrend/VaultOfArchavon/vault_of_archavon.h b/src/scripts/Northrend/VaultOfArchavon/vault_of_archavon.h index 42531f356..743de2546 100644 --- a/src/scripts/Northrend/VaultOfArchavon/vault_of_archavon.h +++ b/src/scripts/Northrend/VaultOfArchavon/vault_of_archavon.h @@ -8,6 +8,8 @@ #ifndef DEF_ARCHAVON_H #define DEF_ARCHAVON_H +#include "ScriptPCH.h" + enum Creatures { CREATURE_ARCHAVON = 31125, diff --git a/src/scripts/Northrend/VioletHold/violet_hold.h b/src/scripts/Northrend/VioletHold/violet_hold.h index 7a2327683..95221eb1e 100644 --- a/src/scripts/Northrend/VioletHold/violet_hold.h +++ b/src/scripts/Northrend/VioletHold/violet_hold.h @@ -5,6 +5,8 @@ #ifndef DEF_VIOLET_HOLD_H #define DEF_VIOLET_HOLD_H +#include "ScriptPCH.h" + #define MAX_ENCOUNTER 3 enum Creatures diff --git a/src/scripts/Northrend/zone_borean_tundra.cpp b/src/scripts/Northrend/zone_borean_tundra.cpp index af77a805c..a88a56359 100644 --- a/src/scripts/Northrend/zone_borean_tundra.cpp +++ b/src/scripts/Northrend/zone_borean_tundra.cpp @@ -23,6 +23,7 @@ npc_nexus_drake_hatchling EndContentData */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "ScriptedGossip.h" #include "ScriptedEscortAI.h" diff --git a/src/scripts/Northrend/zone_crystalsong_forest.cpp b/src/scripts/Northrend/zone_crystalsong_forest.cpp index 44fb267db..69c36ed44 100644 --- a/src/scripts/Northrend/zone_crystalsong_forest.cpp +++ b/src/scripts/Northrend/zone_crystalsong_forest.cpp @@ -14,6 +14,7 @@ SDCategory: CrystalsongForest Script Data End */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "Player.h" #include "SmartScriptMgr.h" diff --git a/src/scripts/Northrend/zone_dragonblight.cpp b/src/scripts/Northrend/zone_dragonblight.cpp index c92629ca4..5df89e79f 100644 --- a/src/scripts/Northrend/zone_dragonblight.cpp +++ b/src/scripts/Northrend/zone_dragonblight.cpp @@ -15,6 +15,7 @@ EndScriptData */ EndContentData */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "ScriptedGossip.h" #include "ScriptedEscortAI.h" diff --git a/src/scripts/Northrend/zone_grizzly_hills.cpp b/src/scripts/Northrend/zone_grizzly_hills.cpp index f8d8b6c44..10d4c5b89 100644 --- a/src/scripts/Northrend/zone_grizzly_hills.cpp +++ b/src/scripts/Northrend/zone_grizzly_hills.cpp @@ -5,6 +5,7 @@ */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "ScriptedEscortAI.h" #include "Vehicle.h" diff --git a/src/scripts/Northrend/zone_icecrown.cpp b/src/scripts/Northrend/zone_icecrown.cpp index d0d4356fc..2fd6daccd 100644 --- a/src/scripts/Northrend/zone_icecrown.cpp +++ b/src/scripts/Northrend/zone_icecrown.cpp @@ -16,6 +16,7 @@ npc_arete EndContentData */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "ScriptedGossip.h" #include "SpellAuras.h" diff --git a/src/scripts/Northrend/zone_sholazar_basin.cpp b/src/scripts/Northrend/zone_sholazar_basin.cpp index 70a31a239..af0eff614 100644 --- a/src/scripts/Northrend/zone_sholazar_basin.cpp +++ b/src/scripts/Northrend/zone_sholazar_basin.cpp @@ -19,6 +19,7 @@ avatar_of_freya EndContentData */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "ScriptedGossip.h" #include "ScriptedEscortAI.h" diff --git a/src/scripts/Northrend/zone_zuldrak.cpp b/src/scripts/Northrend/zone_zuldrak.cpp index b9f8a5ced..9d225071a 100644 --- a/src/scripts/Northrend/zone_zuldrak.cpp +++ b/src/scripts/Northrend/zone_zuldrak.cpp @@ -6,6 +6,7 @@ */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "ScriptedGossip.h" #include "ScriptedEscortAI.h" diff --git a/src/scripts/OutdoorPvP/OutdoorPvPEP.h b/src/scripts/OutdoorPvP/OutdoorPvPEP.h index 524d9c591..b3f8fc59a 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPEP.h +++ b/src/scripts/OutdoorPvP/OutdoorPvPEP.h @@ -8,6 +8,7 @@ #ifndef OUTDOOR_PVP_EP_ #define OUTDOOR_PVP_EP_ +#include "ScriptPCH.h" #include "DBCStructure.h" #include "OutdoorPvP.h" diff --git a/src/scripts/OutdoorPvP/OutdoorPvPGH.h b/src/scripts/OutdoorPvP/OutdoorPvPGH.h index be7f85272..8f8e90acf 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPGH.h +++ b/src/scripts/OutdoorPvP/OutdoorPvPGH.h @@ -8,6 +8,7 @@ #ifndef OUTDOOR_PVP_GH_ #define OUTDOOR_PVP_GH_ +#include "ScriptPCH.h" #include "OutdoorPvP.h" enum OutdoorPvPGHenum diff --git a/src/scripts/OutdoorPvP/OutdoorPvPHP.h b/src/scripts/OutdoorPvP/OutdoorPvPHP.h index 61f81a90f..95494ee66 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPHP.h +++ b/src/scripts/OutdoorPvP/OutdoorPvPHP.h @@ -8,6 +8,7 @@ #ifndef OUTDOOR_PVP_HP_ #define OUTDOOR_PVP_HP_ +#include "ScriptPCH.h" #include "OutdoorPvP.h" #define OutdoorPvPHPBuffZonesNum 6 diff --git a/src/scripts/OutdoorPvP/OutdoorPvPNA.h b/src/scripts/OutdoorPvP/OutdoorPvPNA.h index 0ca02597c..21d475f87 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPNA.h +++ b/src/scripts/OutdoorPvP/OutdoorPvPNA.h @@ -8,6 +8,7 @@ #ifndef OUTDOOR_PVP_NA_ #define OUTDOOR_PVP_NA_ +#include "ScriptPCH.h" #include "OutdoorPvP.h" // TODO: "sometimes" set to neutral diff --git a/src/scripts/OutdoorPvP/OutdoorPvPSI.h b/src/scripts/OutdoorPvP/OutdoorPvPSI.h index ce75ccdf7..1cdd52808 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPSI.h +++ b/src/scripts/OutdoorPvP/OutdoorPvPSI.h @@ -8,6 +8,7 @@ #ifndef OUTDOOR_PVP_SI_ #define OUTDOOR_PVP_SI_ +#include "ScriptPCH.h" #include "OutdoorPvP.h" enum OutdoorPvPSISpells diff --git a/src/scripts/OutdoorPvP/OutdoorPvPTF.h b/src/scripts/OutdoorPvP/OutdoorPvPTF.h index 72d6edef5..7513d001a 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPTF.h +++ b/src/scripts/OutdoorPvP/OutdoorPvPTF.h @@ -8,6 +8,7 @@ #ifndef OUTDOOR_PVP_TF_ #define OUTDOOR_PVP_TF_ +#include "ScriptPCH.h" #include "OutdoorPvP.h" const uint8 OutdoorPvPTFBuffZonesNum = 5; diff --git a/src/scripts/OutdoorPvP/OutdoorPvPZM.h b/src/scripts/OutdoorPvP/OutdoorPvPZM.h index 65559a16d..31891070e 100644 --- a/src/scripts/OutdoorPvP/OutdoorPvPZM.h +++ b/src/scripts/OutdoorPvP/OutdoorPvPZM.h @@ -8,6 +8,7 @@ #ifndef OUTDOOR_PVP_ZM_ #define OUTDOOR_PVP_ZM_ +#include "ScriptPCH.h" #include "Language.h" #include "OutdoorPvP.h" diff --git a/src/scripts/Outland/Auchindoun/AuchenaiCrypts/boss_shirrak_the_dead_watcher.cpp b/src/scripts/Outland/Auchindoun/AuchenaiCrypts/boss_shirrak_the_dead_watcher.cpp index 3bd74a369..44e334b58 100644 --- a/src/scripts/Outland/Auchindoun/AuchenaiCrypts/boss_shirrak_the_dead_watcher.cpp +++ b/src/scripts/Outland/Auchindoun/AuchenaiCrypts/boss_shirrak_the_dead_watcher.cpp @@ -3,6 +3,7 @@ REWRITTEN BY XINEF */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "Player.h" diff --git a/src/scripts/Outland/Auchindoun/ManaTombs/boss_nexusprince_shaffar.cpp b/src/scripts/Outland/Auchindoun/ManaTombs/boss_nexusprince_shaffar.cpp index df5a467bf..8bc260b62 100644 --- a/src/scripts/Outland/Auchindoun/ManaTombs/boss_nexusprince_shaffar.cpp +++ b/src/scripts/Outland/Auchindoun/ManaTombs/boss_nexusprince_shaffar.cpp @@ -4,6 +4,7 @@ REWRITTEN BY XINEF #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" enum ePrince diff --git a/src/scripts/Outland/Auchindoun/SethekkHalls/sethekk_halls.h b/src/scripts/Outland/Auchindoun/SethekkHalls/sethekk_halls.h index 2899bb5a4..be822ea94 100644 --- a/src/scripts/Outland/Auchindoun/SethekkHalls/sethekk_halls.h +++ b/src/scripts/Outland/Auchindoun/SethekkHalls/sethekk_halls.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_SETHEKK_HALLS_H #define DEF_SETHEKK_HALLS_H +#include "ScriptPCH.h" + enum eTypes { DATA_IKISSDOOREVENT = 1, diff --git a/src/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.h b/src/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.h index 731b99b3e..f95ea24a5 100644 --- a/src/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.h +++ b/src/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_SHADOW_LABYRINTH_H #define DEF_SHADOW_LABYRINTH_H +#include "ScriptPCH.h" + enum slData { TYPE_OVERSEER = 0, diff --git a/src/scripts/Outland/BlackTemple/black_temple.h b/src/scripts/Outland/BlackTemple/black_temple.h index 71b6d6255..8478a1688 100644 --- a/src/scripts/Outland/BlackTemple/black_temple.h +++ b/src/scripts/Outland/BlackTemple/black_temple.h @@ -5,6 +5,7 @@ REWRITTEN BY XINEF #ifndef BLACK_TEMPLE_H_ #define BLACK_TEMPLE_H_ +#include "ScriptPCH.h" enum DataTypes { diff --git a/src/scripts/Outland/CoilfangReservoir/SerpentShrine/serpent_shrine.h b/src/scripts/Outland/CoilfangReservoir/SerpentShrine/serpent_shrine.h index 18d9fab7a..f69f59bca 100644 --- a/src/scripts/Outland/CoilfangReservoir/SerpentShrine/serpent_shrine.h +++ b/src/scripts/Outland/CoilfangReservoir/SerpentShrine/serpent_shrine.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_SERPENT_SHRINE_H #define DEF_SERPENT_SHRINE_H +#include "ScriptPCH.h" + enum DataTypes { DATA_HYDROSS_THE_UNSTABLE = 0, diff --git a/src/scripts/Outland/CoilfangReservoir/SteamVault/steam_vault.h b/src/scripts/Outland/CoilfangReservoir/SteamVault/steam_vault.h index 6f3376e24..5d0538206 100644 --- a/src/scripts/Outland/CoilfangReservoir/SteamVault/steam_vault.h +++ b/src/scripts/Outland/CoilfangReservoir/SteamVault/steam_vault.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_STEAM_VAULT_H #define DEF_STEAM_VAULT_H +#include "ScriptPCH.h" + enum steamVault { TYPE_HYDROMANCER_THESPIA = 0, diff --git a/src/scripts/Outland/CoilfangReservoir/underbog/boss_the_black_stalker.cpp b/src/scripts/Outland/CoilfangReservoir/underbog/boss_the_black_stalker.cpp index e315758c3..7a9270541 100644 --- a/src/scripts/Outland/CoilfangReservoir/underbog/boss_the_black_stalker.cpp +++ b/src/scripts/Outland/CoilfangReservoir/underbog/boss_the_black_stalker.cpp @@ -12,6 +12,7 @@ SDCategory: Coilfang Resevoir, Underbog EndScriptData */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" enum eBlackStalker diff --git a/src/scripts/Outland/GruulsLair/gruuls_lair.h b/src/scripts/Outland/GruulsLair/gruuls_lair.h index 751764caf..651270128 100644 --- a/src/scripts/Outland/GruulsLair/gruuls_lair.h +++ b/src/scripts/Outland/GruulsLair/gruuls_lair.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef GRUULS_LAIR_H_ #define GRUULS_LAIR_H_ +#include "ScriptPCH.h" + enum DataTypes { DATA_MAULGAR = 0, diff --git a/src/scripts/Outland/HellfireCitadel/BloodFurnace/blood_furnace.h b/src/scripts/Outland/HellfireCitadel/BloodFurnace/blood_furnace.h index f5aef7836..cecee6ec4 100644 --- a/src/scripts/Outland/HellfireCitadel/BloodFurnace/blood_furnace.h +++ b/src/scripts/Outland/HellfireCitadel/BloodFurnace/blood_furnace.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_BLOOD_FURNACE_H #define DEF_BLOOD_FURNACE_H +#include "ScriptPCH.h" + enum bloodFurnace { DATA_THE_MAKER = 0, diff --git a/src/scripts/Outland/HellfireCitadel/BloodFurnace/boss_broggok.cpp b/src/scripts/Outland/HellfireCitadel/BloodFurnace/boss_broggok.cpp index 4af468583..f681c442b 100644 --- a/src/scripts/Outland/HellfireCitadel/BloodFurnace/boss_broggok.cpp +++ b/src/scripts/Outland/HellfireCitadel/BloodFurnace/boss_broggok.cpp @@ -3,6 +3,7 @@ REWRITTEN BY XINEF */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "blood_furnace.h" diff --git a/src/scripts/Outland/HellfireCitadel/HellfireRamparts/hellfire_ramparts.h b/src/scripts/Outland/HellfireCitadel/HellfireRamparts/hellfire_ramparts.h index ae1880259..972abb59d 100644 --- a/src/scripts/Outland/HellfireCitadel/HellfireRamparts/hellfire_ramparts.h +++ b/src/scripts/Outland/HellfireCitadel/HellfireRamparts/hellfire_ramparts.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_RAMPARTS_H #define DEF_RAMPARTS_H +#include "ScriptPCH.h" + enum DataTypes { DATA_WATCHKEEPER_GARGOLMAR = 0, diff --git a/src/scripts/Outland/HellfireCitadel/MagtheridonsLair/magtheridons_lair.h b/src/scripts/Outland/HellfireCitadel/MagtheridonsLair/magtheridons_lair.h index d82a2eb14..36d5f2d01 100644 --- a/src/scripts/Outland/HellfireCitadel/MagtheridonsLair/magtheridons_lair.h +++ b/src/scripts/Outland/HellfireCitadel/MagtheridonsLair/magtheridons_lair.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_MAGTHERIDONS_LAIR_H #define DEF_MAGTHERIDONS_LAIR_H +#include "ScriptPCH.h" + enum DataTypes { TYPE_MAGTHERIDON = 0, diff --git a/src/scripts/Outland/HellfireCitadel/ShatteredHalls/boss_nethekurse.cpp b/src/scripts/Outland/HellfireCitadel/ShatteredHalls/boss_nethekurse.cpp index ea336d9c0..a521b038b 100644 --- a/src/scripts/Outland/HellfireCitadel/ShatteredHalls/boss_nethekurse.cpp +++ b/src/scripts/Outland/HellfireCitadel/ShatteredHalls/boss_nethekurse.cpp @@ -3,6 +3,7 @@ REWRITTEN BY XINEF */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "shattered_halls.h" diff --git a/src/scripts/Outland/HellfireCitadel/ShatteredHalls/shattered_halls.h b/src/scripts/Outland/HellfireCitadel/ShatteredHalls/shattered_halls.h index 4031e21bb..3653dc821 100644 --- a/src/scripts/Outland/HellfireCitadel/ShatteredHalls/shattered_halls.h +++ b/src/scripts/Outland/HellfireCitadel/ShatteredHalls/shattered_halls.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_SHATTERED_H #define DEF_SHATTERED_H +#include "ScriptPCH.h" + enum DataTypes { DATA_NETHEKURSE = 0, diff --git a/src/scripts/Outland/TempestKeep/Eye/the_eye.h b/src/scripts/Outland/TempestKeep/Eye/the_eye.h index 12d300789..3809800b9 100644 --- a/src/scripts/Outland/TempestKeep/Eye/the_eye.h +++ b/src/scripts/Outland/TempestKeep/Eye/the_eye.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_THE_EYE_H #define DEF_THE_EYE_H +#include "ScriptPCH.h" + enum EyeData { DATA_ALAR = 0, diff --git a/src/scripts/Outland/TempestKeep/Mechanar/mechanar.h b/src/scripts/Outland/TempestKeep/Mechanar/mechanar.h index d9074b0dd..08428066b 100644 --- a/src/scripts/Outland/TempestKeep/Mechanar/mechanar.h +++ b/src/scripts/Outland/TempestKeep/Mechanar/mechanar.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_MECHANAR_H #define DEF_MECHANAR_H +#include "ScriptPCH.h" + enum DataTypes { DATA_GATEWATCHER_GYROKILL = 0, diff --git a/src/scripts/Outland/TempestKeep/arcatraz/arcatraz.h b/src/scripts/Outland/TempestKeep/arcatraz/arcatraz.h index cf801c4bb..42c2f4f06 100644 --- a/src/scripts/Outland/TempestKeep/arcatraz/arcatraz.h +++ b/src/scripts/Outland/TempestKeep/arcatraz/arcatraz.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef ARCATRAZ_H #define ARCATRAZ_H +#include "ScriptPCH.h" + enum DataTypes { // Encounter States/Boss GUIDs diff --git a/src/scripts/Outland/TempestKeep/botanica/the_botanica.h b/src/scripts/Outland/TempestKeep/botanica/the_botanica.h index 386bfcf42..5ac559b0f 100644 --- a/src/scripts/Outland/TempestKeep/botanica/the_botanica.h +++ b/src/scripts/Outland/TempestKeep/botanica/the_botanica.h @@ -5,6 +5,8 @@ REWRITTEN BY XINEF #ifndef DEF_THE_BOTANICA_H #define DEF_THE_BOTANICA_H +#include "ScriptPCH.h" + enum DataTypes { DATA_COMMANDER_SARANNIS = 0, diff --git a/src/scripts/Outland/zone_hellfire_peninsula.cpp b/src/scripts/Outland/zone_hellfire_peninsula.cpp index 14ab40650..116785af5 100644 --- a/src/scripts/Outland/zone_hellfire_peninsula.cpp +++ b/src/scripts/Outland/zone_hellfire_peninsula.cpp @@ -19,6 +19,7 @@ npc_fel_guard_hound EndContentData */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "ScriptedGossip.h" #include "ScriptedEscortAI.h" diff --git a/src/scripts/Outland/zone_terokkar_forest.cpp b/src/scripts/Outland/zone_terokkar_forest.cpp index 8ada90567..495cb9b9f 100644 --- a/src/scripts/Outland/zone_terokkar_forest.cpp +++ b/src/scripts/Outland/zone_terokkar_forest.cpp @@ -22,6 +22,7 @@ npc_slim EndContentData */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "ScriptedGossip.h" #include "ScriptedEscortAI.h" diff --git a/src/scripts/Pet/pet_dk.cpp b/src/scripts/Pet/pet_dk.cpp index 3ab4fe694..73e39bf5c 100644 --- a/src/scripts/Pet/pet_dk.cpp +++ b/src/scripts/Pet/pet_dk.cpp @@ -11,6 +11,7 @@ */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "CombatAI.h" #include "Cell.h" diff --git a/src/scripts/Pet/pet_generic.cpp b/src/scripts/Pet/pet_generic.cpp index 0a38c048c..774ccbf4c 100644 --- a/src/scripts/Pet/pet_generic.cpp +++ b/src/scripts/Pet/pet_generic.cpp @@ -11,6 +11,7 @@ */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "Player.h" #include "Group.h" diff --git a/src/scripts/Pet/pet_hunter.cpp b/src/scripts/Pet/pet_hunter.cpp index e9104c63f..4f93b2ae2 100644 --- a/src/scripts/Pet/pet_hunter.cpp +++ b/src/scripts/Pet/pet_hunter.cpp @@ -11,6 +11,7 @@ */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" enum HunterSpells diff --git a/src/scripts/Pet/pet_mage.cpp b/src/scripts/Pet/pet_mage.cpp index ca7ae55e7..2f360e1fe 100644 --- a/src/scripts/Pet/pet_mage.cpp +++ b/src/scripts/Pet/pet_mage.cpp @@ -11,6 +11,7 @@ */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "CombatAI.h" #include "Pet.h" diff --git a/src/scripts/Pet/pet_priest.cpp b/src/scripts/Pet/pet_priest.cpp index e026b5c89..44e19c2c1 100644 --- a/src/scripts/Pet/pet_priest.cpp +++ b/src/scripts/Pet/pet_priest.cpp @@ -11,6 +11,7 @@ */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" #include "PassiveAI.h" #include "PetAI.h" diff --git a/src/scripts/Pet/pet_shaman.cpp b/src/scripts/Pet/pet_shaman.cpp index b8ec32f0f..f4a7bb7aa 100644 --- a/src/scripts/Pet/pet_shaman.cpp +++ b/src/scripts/Pet/pet_shaman.cpp @@ -11,6 +11,7 @@ */ #include "ScriptMgr.h" +#include "ScriptPCH.h" #include "ScriptedCreature.h" enum ShamanSpells diff --git a/src/scripts/Spells/spell_dk.cpp b/src/scripts/Spells/spell_dk.cpp index 239f4f222..9cc30ad16 100644 --- a/src/scripts/Spells/spell_dk.cpp +++ b/src/scripts/Spells/spell_dk.cpp @@ -18,6 +18,7 @@ #include "SpellInfo.h" #include "Totem.h" #include "PetDefines.h" +#include "UnitAI.h" enum DeathKnightSpells { diff --git a/src/scripts/Spells/spell_druid.cpp b/src/scripts/Spells/spell_druid.cpp index 4ea71c45a..814a0d03d 100644 --- a/src/scripts/Spells/spell_druid.cpp +++ b/src/scripts/Spells/spell_druid.cpp @@ -16,6 +16,7 @@ #include "SpellScript.h" #include "SpellAuraEffects.h" #include "Containers.h" +#include "GridNotifiers.h" enum DruidSpells { diff --git a/src/scripts/Spells/spell_paladin.cpp b/src/scripts/Spells/spell_paladin.cpp index 49851f25e..20744de67 100644 --- a/src/scripts/Spells/spell_paladin.cpp +++ b/src/scripts/Spells/spell_paladin.cpp @@ -16,6 +16,7 @@ #include "SpellScript.h" #include "SpellAuraEffects.h" #include "Group.h" +#include "UnitAI.h" enum PaladinSpells { diff --git a/src/scripts/Spells/spell_quest.cpp b/src/scripts/Spells/spell_quest.cpp index 6eb97e323..d3eedb860 100644 --- a/src/scripts/Spells/spell_quest.cpp +++ b/src/scripts/Spells/spell_quest.cpp @@ -19,6 +19,7 @@ #include "GridNotifiers.h" #include "MapManager.h" #include "CreatureTextMgr.h" +#include "SpellAuraEffects.h" // Ours class spell_q11065_wrangle_some_aether_rays : public SpellScriptLoader diff --git a/src/scripts/World/boss_emerald_dragons.cpp b/src/scripts/World/boss_emerald_dragons.cpp index ec35bc5b8..43e697f76 100644 --- a/src/scripts/World/boss_emerald_dragons.cpp +++ b/src/scripts/World/boss_emerald_dragons.cpp @@ -11,6 +11,7 @@ #include "Spell.h" #include "SpellAuraEffects.h" #include "PassiveAI.h" +#include "GridNotifiers.h" // // Emerald Dragon NPCs and IDs (kept here for reference) diff --git a/src/worldserver/CMakeLists.txt b/src/worldserver/CMakeLists.txt index c7fc088d6..7313c1c94 100644 --- a/src/worldserver/CMakeLists.txt +++ b/src/worldserver/CMakeLists.txt @@ -114,6 +114,7 @@ include_directories( ${CMAKE_SOURCE_DIR}/src/game/Maps ${CMAKE_SOURCE_DIR}/src/game/Miscellaneous ${CMAKE_SOURCE_DIR}/src/game/Movement + ${CMAKE_SOURCE_DIR}/src/game/Movement/Spline ${CMAKE_SOURCE_DIR}/src/game/Movement/MovementGenerators ${CMAKE_SOURCE_DIR}/src/game/Movement/Waypoints ${CMAKE_SOURCE_DIR}/src/game/OutdoorPvP @@ -133,6 +134,7 @@ include_directories( ${CMAKE_SOURCE_DIR}/src/game/Weather ${CMAKE_SOURCE_DIR}/src/game/World ${CMAKE_SOURCE_DIR}/src/game/Misc + ${CMAKE_SOURCE_DIR}/src/scripts/PrecompiledHeaders ${CMAKE_SOURCE_DIR}/src/authserver/Server ${CMAKE_SOURCE_DIR}/src/authserver/Realms ${CMAKE_CURRENT_SOURCE_DIR} diff --git a/src/worldserver/TCSoap/TCSoap.cpp b/src/worldserver/TCSoap/TCSoap.cpp index f60a2bc34..f2549ed2c 100644 --- a/src/worldserver/TCSoap/TCSoap.cpp +++ b/src/worldserver/TCSoap/TCSoap.cpp @@ -8,6 +8,8 @@ #include "TCSoap.h" #include "soapH.h" #include "soapStub.h" +#include "Log.h" +#include "World.h" void TCSoapRunnable::run() {