STV: Colonel Kurzen AI rework (#737)

* STV: Colonel Kurzen AI rework

* Update vanish timer to classic tests

* Remove spell_script and completle script kurzen via scriptdev

* Remove reset from script

* typo
This commit is contained in:
_daanieL 2025-05-07 12:25:55 +02:00 committed by killerwife
parent fbaf75eae7
commit 6e8de93bdd
2 changed files with 59 additions and 3 deletions

View file

@ -557,6 +557,7 @@ UPDATE creature_template SET ScriptName='npc_field_marshal_afrasiabi' WHERE entr
/* STRANGLETHORN VALE */
UPDATE creature_template SET ScriptName='mob_yenniku' WHERE entry=2530;
UPDATE gameobject_template SET ScriptName='go_transpolyporter_bb' WHERE entry IN(142172);
UPDATE creature_template SET ScriptName='mob_colonel_kurzen' WHERE entry=813;
/* STRATHOLME */
UPDATE instance_template SET ScriptName='instance_stratholme' WHERE map=329;