mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -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
cd8432e82d
commit
da0268a757
2 changed files with 56 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue