Scripting: Felwood: A little cleanup to my previous commit

This commit is contained in:
Malcrom
2014-09-12 12:40:58 -02:30
parent 43597c4474
commit be8111b0a2

View File

@@ -33,7 +33,7 @@ enum SwipeHoney
{
NPC_HONEY_BUNNY = 47308,
ITEM_HONEY_GLOB = 62820,
SPELL_BEES = 94064
SPELL_BEES = 94064
};
class spell_swipe_honey : public SpellScriptLoader
@@ -87,7 +87,7 @@ public:
enum BeesBEES
{
EMOTE_SPELL_TEXT = 47835,
BOSS_EMOTE_BEES = 0,
SPELL_BEES_BEES = 88425
};
@@ -105,7 +105,7 @@ public: spell_beesbees() : SpellScriptLoader("spell_beesbees") { }
{
if (Player* player = GetHitPlayer())
{
honey->AI()->Talk(0, player);
honey->AI()->Talk(BOSS_EMOTE_BEES, player);
honey->CastSpell(player, SPELL_BEES_BEES);
honey->DespawnOrUnsummon();
}
@@ -130,8 +130,8 @@ public: spell_beesbees() : SpellScriptLoader("spell_beesbees") { }
enum RuumbosSillyDance
{
NPC_DRIZZLE = 47556,
NPC_FERLI = 47558,
NPC_DRIZZLE = 47556,
NPC_FERLI = 47558,
MAP_KALIMDOR = 1
};
@@ -177,4 +177,4 @@ void AddSC_felwood()
new spell_swipe_honey();
new spell_beesbees();
new spell_ruumbos_silly_dance();
}
}