fix(Core/BattlegroundAV): spawn generic gameobjects in Alterac Valley (#18764)

* fix(Scripts/PVP): correctly spawn generic gameobjects in Alterac Valley

I've been "collecting" these in the DB for a while, now it's time to move
these spawns to the AV script and actually spawn them.

* add 2 additional generic gameobjects
This commit is contained in:
sudlud
2024-05-15 20:41:59 +02:00
committed by GitHub
parent ef6db03e13
commit e2029c3633
3 changed files with 121 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
-- clear all gameobjects in map 30 "Alterac Valley"
-- these will be spawned in the bg script
DELETE FROM `gameobject` WHERE `map` = 30;