mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
refactor(SmartAI): move C++ script to DB (SAI) (#6067)
This commit is contained in:
@@ -784,27 +784,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
/*######
|
||||
## go_cat_figurine
|
||||
######*/
|
||||
|
||||
enum CatFigurine
|
||||
{
|
||||
SPELL_SUMMON_GHOST_SABER = 5968,
|
||||
};
|
||||
|
||||
class go_cat_figurine : public GameObjectScript
|
||||
{
|
||||
public:
|
||||
go_cat_figurine() : GameObjectScript("go_cat_figurine") { }
|
||||
|
||||
bool OnGossipHello(Player* player, GameObject* /*go*/) override
|
||||
{
|
||||
player->CastSpell(player, SPELL_SUMMON_GHOST_SABER, true);
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
/*######
|
||||
## go_gilded_brazier (Paladin First Trail quest (9678))
|
||||
######*/
|
||||
@@ -1655,7 +1634,6 @@ void AddSC_go_scripts()
|
||||
new go_pirate_day_music();
|
||||
new go_darkmoon_faire_music();
|
||||
new go_midsummer_music();
|
||||
new go_cat_figurine();
|
||||
new go_gilded_brazier();
|
||||
//new go_shrine_of_the_birds();
|
||||
new go_southfury_moonstone();
|
||||
|
||||
Reference in New Issue
Block a user