Commit ba1c17f
Uldaman: fix Annora despawn group id (7000000 -> 700000 triggers world state)
Annora (Artisan Enchanting trainer) does not spawn after clearing the scorpion room in Uldaman on Classic realms.
Classic dungeon creature-group IDs were renumbered, but the instance script still checked for group id `7000000`. As a result, the world-state flag `WORLD_STATE_CUSTOM_SPAWN_ANNORA` was never set.
Update the group id check to `700000`, restoring the correct spawn trigger.
- Clear all scorpions in Annora's room in Uldaman
- Verify Annora spawns and can be interacted with
Root cause analysis and fix suggestion by **miraco** (Discord discussion, 2025-09-01)1 parent bbcb580 commit ba1c17f
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments