Skip to content

Commit 2a48cbc

Browse files
authored
fix(DB/Creature): Sniffed Values for 'Ludin Farrow' spawns (azerothcore#25899)
1 parent ed3a6a1 commit 2a48cbc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- Update creature 'Ludin Farrow' with sniffed values
2+
-- new spawns
3+
DELETE FROM `creature` WHERE (`id1` IN (26546)) AND (`guid` IN (1550));
4+
INSERT INTO `creature` (`guid`, `id1`, `map`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES
5+
(1550, 26546, 0, 1, 1, 0, -3726.6103515625, -576.7655029296875, 4.643310546875, 4.171336650848388671, 120, 0, 0, 0, 0, 0, "", 45772, 1, NULL);

0 commit comments

Comments
 (0)