diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-10 00:51:11 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-10 00:51:11 +0200 |
| commit | 8b071221df7b1dbf3acaca6d2d64da439a3821b9 (patch) | |
| tree | 0f76303a79e2143d6a7c396dcfcabd7251a6f5ce | |
| parent | b8175159570db6e12d0133cfbcc6856ae1b5b73b (diff) | |
SQL: Fix wpp fail :/
| -rw-r--r-- | sql/updates/world/2014_07_10_00_world_creature_434.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_07_10_00_world_creature_434.sql b/sql/updates/world/2014_07_10_00_world_creature_434.sql index 532fc4169f8..d38116c7767 100644 --- a/sql/updates/world/2014_07_10_00_world_creature_434.sql +++ b/sql/updates/world/2014_07_10_00_world_creature_434.sql @@ -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); |
