[PvP] Eye of the Storm forcefield is at the wrong places
Current Behavior: When you enter the battleground, the forcefield the hold the players in their spawn untill the bg starts, its in the wrong place. This allows players to left the spawn before the bg starts.
Expected Behavior: The forcefield should be in a lower position to block the way, untill the game starts.
Steps to reproduce:
- Level yourself up enough to enter Eye of the Storm
- Type .debug bg on
- Join Eye of the Storm
Alliance Forcefield - ID 184719 Horde Forcefield - ID 184720
Possible Solution: I thought this was a database issue and tried to fix it, but it happens that this is a script issue. Apparently the coords still at the older Eye of the Storm. A simple change at Z coord should fix this.
src/server/game/Battlegrounds/Zones/BattlegroundEY.cpp at lines 457 & 458
if (!AddObject(BG_EY_OBJECT_DOOR_A, BG_OBJECT_A_DOOR_EY_ENTRY, 2527.6f, 1596.91f, 1262.13f, -3.12414f, -0.173642f, -0.001515f, 0.98477f, -0.008594f, RESPAWN_IMMEDIATELY)
|| !AddObject(BG_EY_OBJECT_DOOR_H, BG_OBJECT_H_DOOR_EY_ENTRY, 1803.21f, 1539.49f, 1261.09f, 3.14159f, 0.173648f, 0, 0.984808f, 0, RESPAWN_IMMEDIATELY)