fix(DB/Gameobject): Remove wagon duplicate. (#17422)

fix(DB/Event): Remove wagon duplicate.
This commit is contained in:
avarishd 2023-10-10 16:37:24 +03:00 committed by GitHub
parent ef94c1b085
commit 7e1bfa2884
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
-- Plague Wagon Empty
DELETE FROM `gameobject` WHERE `guid`=242285;
DELETE FROM `game_event_gameobject` WHERE `guid`=242285;