mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
6
sql/updates/world/3.3.5/2021_01_29_04_world.sql
Normal file
6
sql/updates/world/3.3.5/2021_01_29_04_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
ALTER TABLE `creature` MODIFY `VerifiedBuild` int(11) DEFAULT '0';
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` = 43740 AND `id` = 6491;
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`, `VerifiedBuild`) VALUES
|
||||
(43740, 6491, 571, 1, 1, 0, 0, 2002.7415771484375, 5938.0986328125, 37.18986129760742187, 5.934119224548339843, 300, 0, 0, 37176);
|
||||
Reference in New Issue
Block a user