mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
--
|
||||
DELETE FROM `gameobject_template` WHERE `entry` = 208051;
|
||||
INSERT INTO ``gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `size`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `VerifiedBuild`) VALUES
|
||||
INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `size`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `VerifiedBuild`) VALUES
|
||||
(208051, 8, 192, "Cooking Fire", "", "", "", 1, 4, 10, 0, 1, 0, 0, -1, -18019);
|
||||
|
||||
@@ -338,9 +338,9 @@ class npc_pet_gen_lil_ragnaros : public CreatureScript
|
||||
public:
|
||||
npc_pet_gen_lil_ragnaros() : CreatureScript("npc_pet_gen_lil_ragnaros") { }
|
||||
|
||||
struct npc_pet_gen_lil_ragnarosAI : public PetAI
|
||||
struct npc_pet_gen_lil_ragnarosAI : public ScriptedAI
|
||||
{
|
||||
npc_pet_gen_lil_ragnarosAI(Creature* creature) : PetAI(creature)
|
||||
npc_pet_gen_lil_ragnarosAI(Creature* creature) : ScriptedAI(creature)
|
||||
{
|
||||
Initialize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user