mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Script item 12300 for UBRS key
Prevent spell cast from item 12300 if script target is above 10% HP
This commit is contained in:
parent
63024fc887
commit
bd1e0da20f
2 changed files with 37 additions and 2 deletions
|
|
@ -96,6 +96,7 @@ UPDATE creature_template SET ScriptName='guard_dunmorogh' WHERE entry IN (727,13
|
|||
UPDATE creature_template SET ScriptName='guard_tirisfal' WHERE entry IN (1735,1738,2210,1744,1745,5725,1743,2209,1746,1742);
|
||||
|
||||
/* ITEM */
|
||||
UPDATE item_template SET ScriptName='item_orb_of_draconic_energy' WHERE entry=12300;
|
||||
|
||||
/* NPC (usually creatures to be found in more than one specific zone) */
|
||||
UPDATE creature_template SET ScriptName='npc_chicken_cluck' WHERE entry=620;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue