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:
parent
54e2e2b603
commit
d78350ba36
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue