mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Script NPC 16027
* Script NPC 16027 (Living Poison) in SD2 because OOC LoS in ACID as a minimal possible value higher that what is needed (due to model data). Closes https://github.com/cmangos/issues/issues/2485
This commit is contained in:
parent
36e5acaebc
commit
96a16e93f0
3 changed files with 33 additions and 0 deletions
|
|
@ -430,6 +430,7 @@ UPDATE creature_template SET ScriptName='npc_diseased_maggot' WHERE entry IN (16
|
|||
UPDATE creature_template SET ScriptName='npc_invible_man' WHERE entry=17286;
|
||||
UPDATE creature_template SET ScriptName='npc_icecrown_guardian' WHERE entry=16441;
|
||||
UPDATE creature_template SET ScriptName='npc_stoneskin_gargoyle' WHERE entry=16168;
|
||||
UPDATE creature_template SET ScriptName='npc_living_poison' WHERE entry=16027;
|
||||
INSERT INTO scripted_event_id VALUES
|
||||
(10495,'event_naxxramas'),
|
||||
(10536,'event_naxxramas'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue