mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
chore(Core): Remove unused and inaccurate comment headers for various script-related files. (#22263)
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
#include "SpellScript.h"
|
||||
#include "SpellScriptLoader.h"
|
||||
|
||||
// Ours
|
||||
enum eDrakeHunt
|
||||
{
|
||||
SPELL_DRAKE_HATCHLING_SUBDUED = 46691,
|
||||
@@ -73,7 +72,6 @@ class spell_q11919_q11940_drake_hunt_aura : public AuraScript
|
||||
}
|
||||
};
|
||||
|
||||
// Theirs
|
||||
/*######
|
||||
## npc_sinkhole_kill_credit
|
||||
######*/
|
||||
@@ -2128,14 +2126,11 @@ public:
|
||||
|
||||
void AddSC_borean_tundra()
|
||||
{
|
||||
// Ours
|
||||
RegisterSpellScript(spell_q11919_q11940_drake_hunt_aura);
|
||||
new npc_thassarian();
|
||||
new npc_thassarian2();
|
||||
new npc_leryssa();
|
||||
new npc_counselor_talbot();
|
||||
|
||||
// Theirs
|
||||
new npc_sinkhole_kill_credit();
|
||||
new npc_khunok_the_behemoth();
|
||||
new npc_iruk();
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
#include "TaskScheduler.h"
|
||||
#include "World.h"
|
||||
|
||||
// Ours
|
||||
class npc_steam_powered_auctioneer : public CreatureScript
|
||||
{
|
||||
public:
|
||||
@@ -399,7 +398,6 @@ public:
|
||||
};
|
||||
};
|
||||
|
||||
// Theirs
|
||||
/*******************************************************
|
||||
* npc_mageguard_dalaran
|
||||
*******************************************************/
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
#include "SpellScriptLoader.h"
|
||||
#include "Vehicle.h"
|
||||
|
||||
// Ours
|
||||
/********
|
||||
QUEST Conversing With the Depths (12032)
|
||||
********/
|
||||
@@ -1664,8 +1663,6 @@ public:
|
||||
};
|
||||
};
|
||||
|
||||
// Theirs
|
||||
|
||||
/*#####
|
||||
# npc_commander_eligor_dawnbringer
|
||||
#####*/
|
||||
@@ -2245,7 +2242,6 @@ class spell_dragonblight_corrosive_spit : public AuraScript
|
||||
|
||||
void AddSC_dragonblight()
|
||||
{
|
||||
// Ours
|
||||
new npc_conversing_with_the_depths_trigger();
|
||||
new go_the_pearl_of_the_depths();
|
||||
new npc_hourglass_of_eternity();
|
||||
@@ -2266,12 +2262,9 @@ void AddSC_dragonblight()
|
||||
new npc_q24545_vegard_dummy();
|
||||
new npc_q24545_vegard();
|
||||
new npc_spiritual_insight();
|
||||
|
||||
// Theirs
|
||||
new npc_commander_eligor_dawnbringer();
|
||||
RegisterSpellScript(spell_q12096_q12092_dummy);
|
||||
RegisterSpellScript(spell_q12096_q12092_bark);
|
||||
new npc_torturer_lecraft();
|
||||
|
||||
RegisterSpellScript(spell_dragonblight_corrosive_spit);
|
||||
}
|
||||
|
||||
@@ -26,8 +26,6 @@
|
||||
#include "SpellScript.h"
|
||||
#include "SpellScriptLoader.h"
|
||||
|
||||
// Theirs
|
||||
|
||||
/*######
|
||||
## Quest 12027: Mr. Floppy's Perilous Adventure
|
||||
######*/
|
||||
@@ -1262,7 +1260,6 @@ class spell_frog_kiss : public SpellScript
|
||||
|
||||
void AddSC_grizzly_hills()
|
||||
{
|
||||
// Theirs
|
||||
new npc_emily();
|
||||
new npc_mrfloppy();
|
||||
new npc_ravenous_worg();
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include "ScriptedGossip.h"
|
||||
#include "SpellInfo.h"
|
||||
|
||||
// Ours
|
||||
class npc_attracted_reef_bull : public CreatureScript
|
||||
{
|
||||
public:
|
||||
@@ -169,7 +168,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
// Theirs
|
||||
/*######
|
||||
## npc_apothecary_hanes
|
||||
######*/
|
||||
@@ -397,11 +395,8 @@ public:
|
||||
|
||||
void AddSC_howling_fjord()
|
||||
{
|
||||
// Ours
|
||||
new npc_attracted_reef_bull();
|
||||
new npc_your_inner_turmoil();
|
||||
|
||||
// Theirs
|
||||
new npc_apothecary_hanes();
|
||||
new npc_plaguehound_tracker();
|
||||
new npc_razael_and_lyana();
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
#include "SpellScriptLoader.h"
|
||||
#include "Vehicle.h"
|
||||
|
||||
// Ours
|
||||
enum eBKG
|
||||
{
|
||||
QUEST_BLACK_KNIGHT_CURSE = 14016,
|
||||
@@ -1462,7 +1461,6 @@ class spell_deliver_gryphon : public SpellScript
|
||||
}
|
||||
};
|
||||
|
||||
// Theirs
|
||||
/*######
|
||||
## npc_guardian_pavilion
|
||||
######*/
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
#include "Vehicle.h"
|
||||
#include "WaypointMgr.h"
|
||||
|
||||
// Ours
|
||||
enum songOfWindandWater
|
||||
{
|
||||
NPC_SOWAW_WATER_ELEMENTAL = 28999,
|
||||
@@ -522,7 +521,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
// Theirs
|
||||
/*######
|
||||
## npc_vekjik
|
||||
######*/
|
||||
@@ -1489,15 +1487,12 @@ class spell_q12611_deathbolt : public SpellScript
|
||||
|
||||
void AddSC_sholazar_basin()
|
||||
{
|
||||
// Ours
|
||||
RegisterSpellScript(spell_q12726_song_of_wind_and_water);
|
||||
new npc_artruis_the_hearthless();
|
||||
new npc_still_at_it_trigger();
|
||||
new npc_mcmanus();
|
||||
new go_pressure_valve();
|
||||
new go_brazier();
|
||||
|
||||
// Theirs
|
||||
new npc_vekjik();
|
||||
new npc_avatar_of_freya();
|
||||
new npc_bushwhacker();
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#include "Vehicle.h"
|
||||
#include "WaypointMgr.h"
|
||||
|
||||
// Ours
|
||||
enum qSniffing
|
||||
{
|
||||
SPELL_SUMMON_PURSUERS_PERIODIC = 54993,
|
||||
@@ -678,7 +677,6 @@ class spell_q13007_iron_colossus : public SpellScript
|
||||
}
|
||||
};
|
||||
|
||||
// Theirs
|
||||
/*######
|
||||
## npc_roxi_ramrocket
|
||||
######*/
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#include "SpellScriptLoader.h"
|
||||
#include "Vehicle.h"
|
||||
|
||||
// Ours
|
||||
enum AlchemistItemRequirements
|
||||
{
|
||||
QUEST_ALCHEMIST_APPRENTICE = 12541,
|
||||
@@ -672,7 +671,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
// Theirs
|
||||
/*####
|
||||
## npc_released_offspring_harkoa
|
||||
####*/
|
||||
@@ -916,14 +914,11 @@ class spell_scourge_disguise_instability : public AuraScript
|
||||
|
||||
void AddSC_zuldrak()
|
||||
{
|
||||
// Ours
|
||||
new npc_finklestein();
|
||||
new go_finklestein_cauldron();
|
||||
new npc_overlord_drakuru_betrayal();
|
||||
new npc_drakuru_shackles();
|
||||
new npc_captured_rageclaw();
|
||||
|
||||
// Theirs
|
||||
new npc_released_offspring_harkoa();
|
||||
new npc_crusade_recruit();
|
||||
new go_scourge_enclosure();
|
||||
|
||||
Reference in New Issue
Block a user