mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Implement script for burster worms in Outland
Part of unified-db/Database#124
This is required because EAI engine isn't good enough to properly support the script for these creatures
(based on 40965b3500)
Signed-off-by: Cala <calaftp@free.fr>
This commit is contained in:
parent
bf960fcef7
commit
482a580d94
2 changed files with 231 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ UPDATE creature_template SET ScriptName='npc_prof_leather' WHERE entry IN (7866,
|
|||
-- UPDATE creature_template SET ScriptName='' WHERE npcflag!=npcflag|65536 AND ScriptName='npc_innkeeper';
|
||||
-- UPDATE creature_template SET ScriptName='npc_innkeeper' WHERE npcflag=npcflag|65536;
|
||||
UPDATE creature_template SET ScriptName='npc_redemption_target' WHERE entry IN (6172,6177,17542,17768);
|
||||
UPDATE creature_template SET ScriptName='npc_burster_worm' WHERE entry IN (16844,16857,16968,21380,21849,22038,22466,22482,23285);
|
||||
|
||||
/* SPELL */
|
||||
UPDATE creature_template SET ScriptName='spell_dummy_npc' WHERE entry IN (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue