aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-04-19 22:11:55 +0200
committerKillyana <morphone1@gmail.com>2020-04-19 22:11:55 +0200
commit60a8b27226af0e186a62fb9d5116e4af98152378 (patch)
treeb47166985b8ea43d80e9881515f0a335e5209e62
parent1b897d33c76984f3600f51eeb6650599c859e780 (diff)
DB: Fix a typo
-rw-r--r--sql/updates/world/3.3.5/2020_04_19_03_world.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2020_04_19_03_world.sql b/sql/updates/world/3.3.5/2020_04_19_03_world.sql
index 4804df906bf..33833cf80f3 100644
--- a/sql/updates/world/3.3.5/2020_04_19_03_world.sql
+++ b/sql/updates/world/3.3.5/2020_04_19_03_world.sql
@@ -2,7 +2,7 @@
UPDATE `creature` SET `wander_distance` = 0, `movementType` = 2 WHERE `guid` = 126445;
DELETE FROM `creature_addon` WHERE `guid` = 126445;
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`, `visibilityDistanceType`, `auras`) VALUES
-(126445, 1264450, 0, 0, 4097, 0, 0, 0, '');
+(126445, 1264450, 0, 0, 4097, 0, 0, '');
DELETE FROM `waypoint_data` WHERE `id` = 1264450;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES