mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Add small script to force kaliri nest to despawn
DB data is correct - blizzard being weird again
This commit is contained in:
parent
5034566a2e
commit
d2ad7b7e29
2 changed files with 20 additions and 0 deletions
|
|
@ -716,6 +716,7 @@ UPDATE creature_template SET ScriptName='npc_laughing_skull' WHERE entry=17418;
|
|||
UPDATE creature_template SET ScriptName='npc_maghar_escort' WHERE entry=17417;
|
||||
DELETE FROM scripted_event_id WHERE id=10745;
|
||||
INSERT INTO scripted_event_id VALUES(10745,'npc_vindicator_sedai');
|
||||
UPDATE gameobject_template SET ScriptName='go_kaliri_nest' WHERE entry IN(181582);
|
||||
|
||||
/* HILLSBRAD FOOTHILLS */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue