Skip to content

Core/Instance: Creature entry not updated correctly according to the team faction #22459

@TheWinchesters

Description

@TheWinchesters

[A] Inside the Frozen Citadel (quest=24510)

End: Lady Jaina Proudmoore (npc=37597)
.npc info shows:
SpawnID: 201765
Entry: 37597
DisplayID: 28213 (She looks like Lady Sylvanas Windrunner)

SELECT entry, modelid1, modelid2, modelid3, modelid4, name FROM world.creature_template where entry=37597;
entry modelid1 modelid2 modelid3 modelid4 name
37597 30867 0 0 0 Lady Jaina Proudmoore
SELECT guid, id, modelid FROM world.creature where guid = 201765;
guid id modelid
201765 37596 28213

[A] The Pit of Saron (quest=24683)

Start:
Lady Jaina Proudmoore (npc=38160) -> Ok
Lady Jaina Proudmoore (npc=37597) -> This one should not start this quest

End:
Lady Jaina Proudmoore (npc=36993) -> Ok
Lady Jaina Proudmoore (npc=37597) -> This one should not end this quest

Based on:
https://www.wowhead.com/quest=24683/the-pit-of-saron
http://wotlk.cavernoftime.com/quest=24683
→ Quest says "Meet Lady Jaina Proudmoore just inside the Pit of Saron." so it does not sound logic that you can turn in this quest inside the Forge of Souls


Lady Jaina Proudmoore (npc=36993)
.npc info shows:
SpawnID: 201886
Entry: 36993
DisplayID: 28213 (She looks like Lady Sylvanas Windrunner)

SELECT entry, modelid1, modelid2, modelid3, modelid4, name FROM world.creature_template where entry=36993;
entry modelid1 modelid2 modelid3 modelid4 name
36993 30867 0 0 0 Lady Jaina Proudmoore
SELECT guid, id, modelid FROM world.creature where guid = 201886;
guid id modelid
201886 36990 28213

Branch: 3.3.5
TC Rev: e5d63bc
OS: Windows 8.1 / Debian 9

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions