mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
fix(DB/creature): Grimscale Murloc improvements in Eversong Woods (#13315)
This commit is contained in:
@@ -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;
|
||||||
Reference in New Issue
Block a user