mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 14:46:54 +01:00
Scripts/Spells: Add comments with id & name of spells part 2
This commit is contained in:
@@ -31,17 +31,17 @@
|
||||
#include "Vehicle.h"
|
||||
#include "World.h"
|
||||
|
||||
// 45102 Romantic Picnic
|
||||
enum SpellsPicnic
|
||||
{
|
||||
SPELL_BASKET_CHECK = 45119, // Holiday - Valentine - Romantic Picnic Near Basket Check
|
||||
SPELL_MEAL_PERIODIC = 45103, // Holiday - Valentine - Romantic Picnic Meal Periodic - effect dummy
|
||||
SPELL_MEAL_EAT_VISUAL = 45120, // Holiday - Valentine - Romantic Picnic Meal Eat Visual
|
||||
//SPELL_MEAL_PARTICLE = 45114, // Holiday - Valentine - Romantic Picnic Meal Particle - unused
|
||||
// SPELL_MEAL_PARTICLE = 45114, // Holiday - Valentine - Romantic Picnic Meal Particle - unused
|
||||
SPELL_DRINK_VISUAL = 45121, // Holiday - Valentine - Romantic Picnic Drink Visual
|
||||
SPELL_ROMANTIC_PICNIC_ACHIEV = 45123, // Romantic Picnic periodic = 5000
|
||||
};
|
||||
|
||||
// 45102 - Romantic Picnic
|
||||
class spell_love_is_in_the_air_romantic_picnic : public AuraScript
|
||||
{
|
||||
PrepareAuraScript(spell_love_is_in_the_air_romantic_picnic);
|
||||
@@ -210,7 +210,6 @@ class spell_hallow_end_candy_pirate : public SpellScriptLoader
|
||||
}
|
||||
};
|
||||
|
||||
// 24750 Trick
|
||||
enum TrickSpells
|
||||
{
|
||||
SPELL_PIRATE_COSTUME_MALE = 24708,
|
||||
@@ -225,6 +224,7 @@ enum TrickSpells
|
||||
SPELL_TRICK_BUFF = 24753,
|
||||
};
|
||||
|
||||
// 24750 - Trick
|
||||
class spell_hallow_end_trick : public SpellScriptLoader
|
||||
{
|
||||
public:
|
||||
@@ -295,7 +295,6 @@ class spell_hallow_end_trick : public SpellScriptLoader
|
||||
}
|
||||
};
|
||||
|
||||
// 24751 Trick or Treat
|
||||
enum TrickOrTreatSpells
|
||||
{
|
||||
SPELL_TRICK = 24714,
|
||||
@@ -306,6 +305,7 @@ enum TrickOrTreatSpells
|
||||
SPELL_UPSET_TUMMY = 42966
|
||||
};
|
||||
|
||||
// 24751 - Trick or Treat
|
||||
class spell_hallow_end_trick_or_treat : public SpellScriptLoader
|
||||
{
|
||||
public:
|
||||
@@ -342,6 +342,7 @@ class spell_hallow_end_trick_or_treat : public SpellScriptLoader
|
||||
}
|
||||
};
|
||||
|
||||
// 44436 - Tricky Treat
|
||||
class spell_hallow_end_tricky_treat : public SpellScriptLoader
|
||||
{
|
||||
public:
|
||||
@@ -380,10 +381,8 @@ class spell_hallow_end_tricky_treat : public SpellScriptLoader
|
||||
}
|
||||
};
|
||||
|
||||
// Hallowed wands
|
||||
enum HallowendData
|
||||
{
|
||||
//wand spells
|
||||
SPELL_HALLOWED_WAND_PIRATE = 24717,
|
||||
SPELL_HALLOWED_WAND_NINJA = 24718,
|
||||
SPELL_HALLOWED_WAND_LEPER_GNOME = 24719,
|
||||
@@ -394,6 +393,7 @@ enum HallowendData
|
||||
SPELL_HALLOWED_WAND_BAT = 24741
|
||||
};
|
||||
|
||||
// 24717, 24718, 24719, 24720, 24724, 24733, 24737, 24741
|
||||
class spell_hallow_end_wand : public SpellScriptLoader
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -879,7 +879,7 @@ class spell_hun_pet_heart_of_the_phoenix : public SpellScript
|
||||
}
|
||||
};
|
||||
|
||||
// -53234 - Piercing Shots
|
||||
// -53234 - Piercing Shots
|
||||
class spell_hun_piercing_shots : public AuraScript
|
||||
{
|
||||
PrepareAuraScript(spell_hun_piercing_shots);
|
||||
@@ -1260,7 +1260,7 @@ class spell_hun_thrill_of_the_hunt : public AuraScript
|
||||
}
|
||||
};
|
||||
|
||||
// 67151 - T9 4P Bonus
|
||||
// 67151 - Item - Hunter T9 4P Bonus (Steady Shot)
|
||||
class spell_hun_t9_4p_bonus : public AuraScript
|
||||
{
|
||||
PrepareAuraScript(spell_hun_t9_4p_bonus);
|
||||
|
||||
Reference in New Issue
Block a user