mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user