fix(DB/gameobject): Wrong faction banners while event 20 running. (#20539)

* Created SQL

* Banners corrected

* Updated to match Bench's suggestion

Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>

---------

Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
This commit is contained in:
FlyingArowana
2024-11-13 18:59:42 +00:00
committed by GitHub
parent 54e2e2b603
commit d78350ba36

View File

@@ -0,0 +1,5 @@
--
UPDATE `gameobject` SET `id` = 180396 WHERE `guid` IN (151423, 151424, 151425, 151426, 151427, 151428, 151429, 151430, 151431, 151432, 151433) AND `id` = 180398;
UPDATE `gameobject` SET `id` = 180398 WHERE `guid` IN (151434, 151435, 151436, 151437, 151438, 151439, 151440, 151441, 151442, 151443, 151444, 151445) AND `id` = 180396;