ZhengPeiRu21 / mod-individual-progression

AzerothCore Individual Progression Module
MIT License
113 stars 52 forks source link

quest of creature Nazgrel (3230) cannot be completed because the NPC was deleted form Hellfire Peninsula #92

Closed AlvinZhu closed 1 year ago

AlvinZhu commented 1 year ago

quest of creature Nazgrel (3230) cannot be completed because the NPC was deleted form Hellfire Peninsula.

AlvinZhu commented 1 year ago

I know he's in Orgrimmar right now, but there are some Hellfire Peninsula quests that need him. My current solution is to have this NPC appear in both Salma and Orgrimmar

-- Nazgrel -- DELETE FROM creature WHERE id1=3230; INSERT INTO creature (id1, map, position_x, position_y, position_z, orientation, spawntimesecs) VALUES (3230, 1, 1938.55, -4133.22, 41.1424, 4.07636, 300);

ZhengPeiRu21 commented 1 year ago

Thank you very much for reporting this issue! Fixed in https://github.com/ZhengPeiRu21/mod-individual-progression/commit/4bc44f230c29b46ea12eadd64c6717e9c5b6cc6c.