Script go 184958 to despawn bunny on despawn

This commit is contained in:
killerwife 2020-03-28 18:26:10 +01:00
parent c0f6c1578d
commit be56a767dd
2 changed files with 22 additions and 0 deletions

View file

@ -436,6 +436,7 @@ UPDATE creature_template SET ScriptName='npc_aether_tech_vendor' WHERE entry IN(
UPDATE creature_template SET ScriptName='npc_bashir_flesh_fiend' WHERE entry IN(23249);
UPDATE creature_template SET ScriptName='npc_disruptor_tower' WHERE entry IN(23250);
UPDATE creature_template SET ScriptName='npc_grand_collector' WHERE entry IN(23333);
UPDATE gameobject_template SET ScriptName='go_nether_drake_egg_trap' WHERE entry=184958;
/* BLASTED LANDS */
UPDATE creature_template SET ScriptName='boss_kazzak' WHERE entry=12397;