cmangos / issues

This repository is used as a centralized point for all issues regarding CMaNGOS.
179 stars 47 forks source link

🐛 [Bug Report] BF: rework Broggok fight (#682) crashes server when start fight with Broggok #3758

Open kelbren opened 1 month ago

kelbren commented 1 month ago

Bug Details

In the Bloof Furnace , activating the lever that starts the fight with Broggok, immediately crashes server. I believe there is some db data missing, as it is looking for a (FIRST_BROGGOK_CELL_STRING) around line 286 in blood_furnace.cpp. I am not sure , but it looks like the spawn group(s) db data is missing from the db. // Prison Cell SpawnGroups SPAWN_GROUP_PRISON_CELL_1 = 5420044, // Back Left SPAWN_GROUP_PRISON_CELL_2 = 5420045, // Back Right SPAWN_GROUP_PRISON_CELL_3 = 5420042, // Front Left SPAWN_GROUP_PRISON_CELL_4 = 5420043, // Front Right

Steps to Reproduce

  1. Enter Blood Furnace and start fight with Broggok
  2. server crash.

Expected behavior

No response

Suggested Workaround

No response

Crash Log

No response

Core SHA1 Commit Hash

-

Database SHA1 Commit Hash

-

Operating System

Linux

Client Version

3.3.5a (Wrath of the Lich King)

insunaa commented 1 month ago

Yeah, the TBC-DB commits were never ported to WotLK-DB

Grz3s commented 1 month ago

They always are just before new release.. So be patient.