mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
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:
parent
fbaf75eae7
commit
6e8de93bdd
2 changed files with 59 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue