mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(DB/Creature): Young Wetlands Crocolisk (#8353)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633720750266072882');
|
||||
|
||||
##6209 fix Young Wetlands Crocolisk
|
||||
DELETE FROM `creature` WHERE (`id` = 1417) AND (`guid` IN (10859));
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(10859, 1417, 0, 0, 0, 1, 1, 1035, 0, -3142.84, -1901.37, 7.25187, 4.08753, 300, 10, 0, 531, 0, 1, 0, 0, 0, '', 0);
|
||||
Reference in New Issue
Block a user