mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-11-10 12:24:22 +08:00
fix(DB/Gameobject): fix z position of some 195164 'Pumpkin' spawns (#23530)
This commit is contained in:
parent
c9f17c51c6
commit
c663cb50bb
@ -0,0 +1,2 @@
|
||||
-- fix z position of some 195164 'Pumpkin' spawns
|
||||
UPDATE `gameobject` SET `position_z` = (`position_z` + 0.7), `VerifiedBuild` = 0 WHERE (`id` = 195164) AND (`guid` IN (18978, 18979, 18980, 18981, 18982, 18983, 18984, 18985, 18986, 18987, 19018, 19019, 19020, 19021, 19022, 19023, 19024, 19025, 19026, 19027, 19115, 19116, 19117, 19118, 19119, 19120, 19121, 19122, 19123, 19124, 19151, 19152, 19153, 19154, 19155, 19156, 19157, 19158, 19159, 19160, 19304, 19305, 19306, 19307, 19308, 19309, 19310, 19311, 19312, 19313));
|
||||
Loading…
x
Reference in New Issue
Block a user