mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-14 16:03:45 +00:00
chore(Core): Remove unused and inaccurate comment headers for various script-related files. (#22263)
This commit is contained in:
@@ -26,18 +26,6 @@
|
||||
#include "SpellInfo.h"
|
||||
#include "SpellScript.h"
|
||||
#include "SpellScriptLoader.h"
|
||||
/* ScriptData
|
||||
SDName: Blades_Edge_Mountains
|
||||
SD%Complete: 90
|
||||
SDComment: Quest support: 10503, 10504, 10556, 10594, 10609, 10821. Ogri'la->Skettis Flight. (npc_daranelle needs bit more work before consider complete)
|
||||
SDCategory: Blade's Edge Mountains
|
||||
EndScriptData */
|
||||
|
||||
/* ContentData
|
||||
npc_nether_drake
|
||||
npc_daranelle
|
||||
go_legion_obelisk
|
||||
EndContentData */
|
||||
|
||||
/// @todo: this import is not necessary for compilation and marked as unused by the IDE
|
||||
// however, for some reasons removing it would cause a damn linking issue
|
||||
@@ -45,7 +33,6 @@ EndContentData */
|
||||
// see: https://github.com/azerothcore/azerothcore-wotlk/issues/9766
|
||||
#include "GridNotifiersImpl.h"
|
||||
|
||||
// Ours
|
||||
enum deathsdoorfell
|
||||
{
|
||||
SPELL_ARTILLERY_ON_THE_WRAP_GATE = 39221,
|
||||
@@ -249,8 +236,6 @@ class spell_npc22275_crystal_prison_aura : public AuraScript
|
||||
}
|
||||
};
|
||||
|
||||
// Theirs
|
||||
|
||||
/*######
|
||||
## npc_nether_drake
|
||||
######*/
|
||||
@@ -1161,11 +1146,9 @@ class spell_oscillating_field : public SpellScript
|
||||
|
||||
void AddSC_blades_edge_mountains()
|
||||
{
|
||||
// Ours
|
||||
new npc_deaths_door_fell_cannon_target_bunny();
|
||||
new npc_deaths_fel_cannon();
|
||||
RegisterSpellScript(spell_npc22275_crystal_prison_aura);
|
||||
// Theirs
|
||||
new npc_nether_drake();
|
||||
new npc_daranelle();
|
||||
new npc_simon_bunny();
|
||||
|
||||
@@ -60,7 +60,6 @@ class spell_q10935_the_exorcism_of_colonel_jules : public SpellScript
|
||||
}
|
||||
};
|
||||
|
||||
// Theirs
|
||||
/*######
|
||||
## npc_aeranas
|
||||
######*/
|
||||
@@ -625,10 +624,7 @@ struct go_magtheridons_head : public GameObjectAI
|
||||
|
||||
void AddSC_hellfire_peninsula()
|
||||
{
|
||||
// Ours
|
||||
RegisterSpellScript(spell_q10935_the_exorcism_of_colonel_jules);
|
||||
|
||||
// Theirs
|
||||
new npc_aeranas();
|
||||
new npc_ancestral_wolf();
|
||||
new npc_wounded_blood_elf();
|
||||
|
||||
@@ -21,17 +21,6 @@
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptedEscortAI.h"
|
||||
#include "SpellInfo.h"
|
||||
/* ScriptData
|
||||
SDName: Nagrand
|
||||
SD%Complete: 90
|
||||
SDComment: Quest support: 9868, 9874, 10085. TextId's unknown for altruis_the_sufferer and greatmother_geyah (npc_text)
|
||||
SDCategory: Nagrand
|
||||
EndScriptData */
|
||||
|
||||
/* ContentData
|
||||
npc_maghar_captive
|
||||
npc_creditmarker_visit_with_ancestors
|
||||
EndContentData */
|
||||
|
||||
/*#####
|
||||
## npc_maghar_captive
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
#include "SpellInfo.h"
|
||||
#include "SpellScript.h"
|
||||
|
||||
// Ours
|
||||
enum saeed
|
||||
{
|
||||
NPC_PROTECTORATE_AVENGER = 21805,
|
||||
@@ -289,7 +288,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
// Theirs
|
||||
/*######
|
||||
## npc_commander_dawnforge
|
||||
######*/
|
||||
@@ -858,10 +856,7 @@ public:
|
||||
|
||||
void AddSC_netherstorm()
|
||||
{
|
||||
// Ours
|
||||
new npc_captain_saeed();
|
||||
|
||||
// Theirs
|
||||
new npc_commander_dawnforge();
|
||||
new at_commander_dawnforge();
|
||||
new npc_bessy();
|
||||
|
||||
@@ -23,28 +23,7 @@
|
||||
#include "ScriptedGossip.h"
|
||||
#include "SpellScript.h"
|
||||
#include "SpellScriptLoader.h"
|
||||
/* ScriptData
|
||||
SDName: Shadowmoon_Valley
|
||||
SD%Complete: 100
|
||||
SDComment: Quest support: 10519, 10583, 10601, 10804, 10854, 10458, 10481, 10480, 10781. Vendor Drake Dealer Hurlunk.
|
||||
SDCategory: Shadowmoon Valley
|
||||
EndScriptData */
|
||||
|
||||
/* ContentData
|
||||
npc_mature_netherwing_drake
|
||||
npc_enslaved_netherwing_drake
|
||||
npc_drake_dealer_hurlunk
|
||||
npcs_flanis_swiftwing_and_kagrosh
|
||||
npc_karynaku
|
||||
npc_oronok_tornheart
|
||||
npc_torloth_the_magnificent
|
||||
npc_illidari_spawn
|
||||
npc_lord_illidan_stormrage
|
||||
go_crystal_prison
|
||||
npc_enraged_spirit
|
||||
EndContentData */
|
||||
|
||||
// Ours
|
||||
enum TheFelAndTheFurious
|
||||
{
|
||||
SPELL_ROCKET_LAUNCHER = 38083
|
||||
@@ -123,7 +102,6 @@ class spell_q10563_q10596_to_legion_hold_aura : public AuraScript
|
||||
}
|
||||
};
|
||||
|
||||
// Theirs
|
||||
/*#####
|
||||
# npc_invis_infernal_caster
|
||||
#####*/
|
||||
@@ -806,14 +784,6 @@ public:
|
||||
# Quest: Battle of the crimson watch
|
||||
#####*/
|
||||
|
||||
/* ContentData
|
||||
Battle of the crimson watch - creatures, gameobjects and defines
|
||||
npc_illidari_spawn : Adds that are summoned in the Crimson Watch battle.
|
||||
npc_torloth_the_magnificent : Final Creature that players have to face before quest is completed
|
||||
npc_lord_illidan_stormrage : Creature that controls the event.
|
||||
go_crystal_prison : GameObject that begins the event and hands out quest
|
||||
EndContentData */
|
||||
|
||||
#define QUEST_BATTLE_OF_THE_CRIMSON_WATCH 10781
|
||||
#define EVENT_AREA_RADIUS 65 //65yds
|
||||
#define EVENT_COOLDOWN 30000 //in ms. appear after event completed or failed (should be = Adds despawn time)
|
||||
@@ -2241,11 +2211,8 @@ struct dragonmaw_race_npc : public ScriptedAI
|
||||
|
||||
void AddSC_shadowmoon_valley()
|
||||
{
|
||||
// Ours
|
||||
RegisterSpellScript(spell_q10612_10613_the_fel_and_the_furious);
|
||||
RegisterSpellScript(spell_q10563_q10596_to_legion_hold_aura);
|
||||
|
||||
// Theirs
|
||||
RegisterCreatureAI(dragonmaw_race_npc);
|
||||
new npc_invis_infernal_caster();
|
||||
new npc_infernal_attacker();
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
#include "SpellScript.h"
|
||||
#include "SpellScriptLoader.h"
|
||||
|
||||
// Ours
|
||||
enum fumping
|
||||
{
|
||||
SPELL_SUMMON_SAND_GNOME1 = 39240,
|
||||
@@ -221,7 +220,6 @@ class spell_q10898_skywing : public SpellScript
|
||||
}
|
||||
};
|
||||
|
||||
// Theirs
|
||||
/*######
|
||||
## npc_unkor_the_ruthless
|
||||
######*/
|
||||
@@ -612,7 +610,6 @@ public:
|
||||
|
||||
void AddSC_terokkar_forest()
|
||||
{
|
||||
// Ours
|
||||
RegisterSpellAndAuraScriptPair(spell_q10930_big_bone_worm, spell_q10930_big_bone_worm_aura);
|
||||
RegisterSpellAndAuraScriptPair(spell_q10929_fumping, spell_q10929_fumping_aura);
|
||||
RegisterSpellScript(spell_q10036_torgos);
|
||||
@@ -620,8 +617,6 @@ void AddSC_terokkar_forest()
|
||||
RegisterSpellScript(spell_q10923_evil_draws_near_periodic_aura);
|
||||
RegisterSpellScript(spell_q10923_evil_draws_near_visual);
|
||||
RegisterSpellScript(spell_q10898_skywing);
|
||||
|
||||
// Theirs
|
||||
new npc_unkor_the_ruthless();
|
||||
new npc_isla_starmane();
|
||||
new go_skull_pile();
|
||||
|
||||
Reference in New Issue
Block a user