mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
Fix(DB/Creature) Add Grikkin Copperspring spawn point. (#20393)
* Create Grikkin_Copperspring_Spawn.sql Adding spawn point for Grikkin * Update Grikkin_Copperspring_Spawn.sql * Update Grikkin_Copperspring_Spawn.sql sniffed coordinates. * Update Grikkin_Copperspring_Spawn.sql * Update Grikkin_Copperspring_Spawn.sql * Update Grikkin_Copperspring_Spawn.sql
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
DELETE FROM `creature` WHERE (`id1` = 25176) AND (`guid` IN (3110422));
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(317, 25176, 0, 0, 530, 0, 0, 1, 1, 0, -2159.717041015625, 6638.6787109375, 1.074460387229919433, 0.92502450942993164, 120, 0, 0, 7, 0, 0, 0, 0, 0, '', 45704);
|
||||
Reference in New Issue
Block a user