DB/Creature: Vrykul Harpoon Gun

(cherry picked from commit 0efae243e5)
This commit is contained in:
Killyana
2019-08-03 20:45:48 +02:00
committed by Shauren
parent 44e9572a77
commit ce6ead5599

View File

@@ -0,0 +1,5 @@
--
UPDATE `creature_template` SET `unit_flags`=33554432 WHERE `entry` IN (27993);
DELETE FROM `creature` WHERE `guid`=116020 AND `id`=27993;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
(116020, 27993, 571, 0, 0, '0', 0, 0, 0, 925.647, -5299.53, 175.687, 1.90241, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0);