I affirm:
OS / platform the server is running (if known)
Windows / Linux (Affects all platforms)
Branch affected by issue
base
Steps to reproduce
- Start the server and log in with a character.
- Zone into Lower Jeuno (Zone 245).
- Look at the Auction House and the surrounding NPCs.
- Notice that the NPCs and Auction House are completely missing/invisible due to a frustum culling bug, and only appear if you stand directly on top of them.
- Check the
pc_list table in the database for Lower Jeuno. There are corrupted "garbage" NPCs loaded into the base SQL file with extreme coordinates (X: 300.0, Z: 300.0) that are causing this.
Expected behavior
The client should correctly render all NPCs and the Auction House from a normal distance. The upstream SQL files for pc_list need to be updated to permanently remove the corrupted out-of-bounds NPCs in Lower Jeuno (pos_x > 200, pos_z > 200) that are currently breaking the client's draw distance.
I affirm:
OS / platform the server is running (if known)
Windows / Linux (Affects all platforms)
Branch affected by issue
baseSteps to reproduce
pc_listtable in the database for Lower Jeuno. There are corrupted "garbage" NPCs loaded into the base SQL file with extreme coordinates (X: 300.0, Z: 300.0) that are causing this.Expected behavior
The client should correctly render all NPCs and the Auction House from a normal distance. The upstream SQL files for
pc_listneed to be updated to permanently remove the corrupted out-of-bounds NPCs in Lower Jeuno (pos_x > 200, pos_z > 200) that are currently breaking the client's draw distance.