mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Implement awarding of script titles
Titles implemented: Conqueror, Justicar, Hand of Adal, Champion of the Naaru
This commit is contained in:
parent
ec48d4a079
commit
182e4462f7
6 changed files with 135 additions and 8 deletions
|
|
@ -133,6 +133,9 @@ UPDATE creature_template SET ScriptName='npc_shaman_earth_elemental' WHERE entry
|
|||
UPDATE creature_template SET ScriptName='npc_shaman_fire_elemental' WHERE entry IN(15438); -- greater fire elemental
|
||||
UPDATE creature_template SET ScriptName='npc_snakes' WHERE entry IN(19921,19833);
|
||||
|
||||
/*Quest (quest scripts which are not in one zone)*/
|
||||
UPDATE creature_template SET ScriptName='npc_quest_attunement' WHERE entry IN(22421,18528,19935);
|
||||
|
||||
/* SPELL */
|
||||
UPDATE creature_template SET ScriptName='spell_dummy_npc' WHERE entry IN (
|
||||
-- eastern kingdoms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue