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 GitHub
parent cd8432e82d
commit da0268a757
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 56 additions and 0 deletions

View file

@ -1161,6 +1161,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;