Implement Quest The Grimtotem Weapon

This commit is contained in:
dev.maximus 2016-12-30 10:04:51 -08:00 committed by killerwife
parent 4cdeb33282
commit e4d4bfb724
2 changed files with 51 additions and 0 deletions

View file

@ -446,6 +446,7 @@ UPDATE creature_template SET ScriptName='npc_stinky_ignatz' WHERE entry=4880;
UPDATE creature_template SET ScriptName='boss_tethyr' WHERE entry=23899;
INSERT INTO scripted_areatrigger VALUES
(4752,'at_nats_landing');
UPDATE creature_template SET ScriptName = 'npc_mottled_drywallow_crocolisk' WHERE entry = 4344;
/* EASTERN PLAGUELANDS */
UPDATE creature_template SET ScriptName='npc_eris_havenfire' WHERE entry=14494;