mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
[Sd2] blacksmithing reconstructed
moved to spell scripts Linked toab07230794(cherry picked from commitd96bb3a3bdCloses https://github.com/cmangos/mangos-tbc/pull/579
This commit is contained in:
parent
206695e7d7
commit
0c677b032e
4 changed files with 133 additions and 423 deletions
|
|
@ -162,7 +162,6 @@ UPDATE creature_template SET ScriptName='npc_garments_of_quests' WHERE entry IN
|
|||
UPDATE creature_template SET ScriptName='npc_guardian' WHERE entry=5764;
|
||||
UPDATE creature_template SET ScriptName='npc_doctor' WHERE entry IN (12939,12920);
|
||||
UPDATE creature_template SET ScriptName='npc_injured_patient' WHERE entry IN (12936,12937,12938,12923,12924,12925);
|
||||
UPDATE creature_template SET ScriptName='npc_prof_blacksmith' WHERE entry IN (5164,11145,11146,11176,11177,11178,11191,11192,11193);
|
||||
UPDATE creature_template SET ScriptName='npc_prof_leather' WHERE entry IN (7866,7867,7868,7869,7870,7871);
|
||||
-- disabled, but can be used for custom
|
||||
-- UPDATE creature_template SET ScriptName='' WHERE npcflag!=npcflag|65536 AND ScriptName='npc_innkeeper';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue