mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Fix Ring of Blood being abusable
This commit is contained in:
parent
5c92d1d226
commit
b76bc1db50
4 changed files with 99 additions and 4 deletions
|
|
@ -837,6 +837,7 @@ UPDATE creature_template SET ScriptName='mob_lump' WHERE entry=18351;
|
|||
UPDATE creature_template SET ScriptName='npc_nagrand_captive' WHERE entry IN (18209,18210);
|
||||
UPDATE creature_template SET ScriptName='npc_creditmarker_visit_with_ancestors' WHERE entry IN (18840,18841,18842,18843);
|
||||
UPDATE creature_template SET ScriptName='npc_rethhedron' WHERE entry=22357;
|
||||
UPDATE creature_template SET ScriptName='npc_gurthock' WHERE entry=18471;
|
||||
|
||||
/* NAXXRAMAS */
|
||||
UPDATE instance_template SET ScriptName='instance_naxxramas' WHERE map=533;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue