fix(DB/Creature): Fix Hexlord Malacrass spawn position and remove Har… (#20520)

fix(DB/Creature): Fix Hexlord Malacrass spawn position and remove Harrison Jones guid script

Co-authored-by: sudlud <sudlud@users.noreply.github.com>
This commit is contained in:
Andrew
2024-11-11 07:32:29 -03:00
committed by GitHub
parent 519daf9cc7
commit 28ebd46d15

View File

@@ -0,0 +1,5 @@
--
UPDATE `creature` SET `ScriptName` = '' WHERE `guid` = 320 AND `id1` = 24358;
DELETE FROM `creature` WHERE `guid` = 89357 AND `id1` = 24239;
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
(89357, 24239, 568, 1, 1, 0, 117.363067626953125, 923.568603515625, 33.97257232666015625, 1.588249564170837402, 604800 , 0, 0, 0, 0, 0, "", 50375, 1, NULL);