fix(DB/Gameobject): remove duplicate 'Door' spawns in Black Temple (#18656)
- this is due to a 'collision' of the Black Temple rework PR and my general 'Door' update PR which was merged later
This commit is contained in:
parent
e4136639e3
commit
171011e506
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- remove duplicate 'Door' spawns from Black Temple
|
||||
DELETE from `gameobject` WHERE (`id` IN (185482, 185892, 185479, 185478, 185481, 185480)) AND (`guid` IN (20567, 20523, 20559, 20558, 20563, 20561));
|
||||
Loading…
Add table
Add a link
Reference in a new issue