mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Implement Tainted Core item
This commit is contained in:
parent
43c2adf5fc
commit
5312aa6644
2 changed files with 21 additions and 1 deletions
|
|
@ -448,6 +448,7 @@ UPDATE creature_template SET ScriptName='mob_water_globule' WHERE entry=21913;
|
|||
UPDATE creature_template SET ScriptName='boss_lady_vashj' WHERE entry=21212;
|
||||
UPDATE creature_template SET ScriptName='mob_enchanted_elemental' WHERE entry=21958;
|
||||
UPDATE gameobject_template SET ScriptName='go_shield_generator' WHERE entry IN (185051,185052,185053,185054);
|
||||
UPDATE item_template SET ScriptName='item_tainted_core' WHERE entry=31088;
|
||||
/* The Lurker Below event */
|
||||
UPDATE gameobject_template SET ScriptName='go_strange_pool' WHERE entry=184956;
|
||||
UPDATE creature_template SET ScriptName='boss_the_lurker_below' WHERE entry=21217;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue