fix(DB/creature): Grimscale Murloc improvements in Eversong Woods (#13315)

This commit is contained in:
neifion-00000000
2022-10-07 17:41:12 -05:00
committed by GitHub
parent e30f0ada16
commit a4ddc22a9a

View File

@@ -0,0 +1,7 @@
--
-- There are twice as many NPC Grimscale Forager (15670) as NPC Grimscale Seer (15950) and twice as many NPC Grimscale Murloc (15668) as NPC Grimscale Oracle (15669)
UPDATE `creature` SET `id1`=15670, `id2`=15670, `id3`=15950 WHERE `id1` IN (15670, 15950);
UPDATE `creature` SET `id1`=15668, `id2`=15668, `id3`=15669 WHERE `id1` IN (15668, 15669);
-- NPC Mmmrrrggglll (15937)'s spawn timer is just over 2 mins
UPDATE `creature` SET `spawntimesecs`=130 WHERE `guid`=41792;