mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 20:02:25 +01:00
SQL: Fix wpp fail :/
This commit is contained in:
@@ -4,4 +4,4 @@ INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `au
|
||||
|
||||
DELETE FROM `creature` WHERE `id`=49044;
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES
|
||||
(xxxxxxx, 49044, 0, 1, 1, '', 1700.2, 1703.361, 137.1976, 1.675516, 120, 0, 0);
|
||||
(xxxxxxx, 49044, 0, 1, 1, 0, 1700.2, 1703.361, 137.1976, 1.675516, 120, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user