From 8368c065fb289d32f4f87b839b8169b0c8e6c7b6 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sat, 15 Jan 2022 21:05:31 +0100 Subject: [PATCH] typo fix --- sql/updates/world/4.3.4/2022_01_15_00_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/4.3.4/2022_01_15_00_world.sql b/sql/updates/world/4.3.4/2022_01_15_00_world.sql index 8597bc1bb08..54b4e499b54 100644 --- a/sql/updates/world/4.3.4/2022_01_15_00_world.sql +++ b/sql/updates/world/4.3.4/2022_01_15_00_world.sql @@ -1,2 +1,2 @@ -UPDATE `pet_levelstats` SET `hp`= 40529 `armor`= 11092, `str`= 476, `agi`= 3343`, `sta`= 389, `inte`= 69, `spi`= 116 WHERE `creature_entry`= 26125 AND `level`= 85; +UPDATE `pet_levelstats` SET `hp`= 40529 `armor`= 11092, `str`= 476, `agi`= 3343, `sta`= 389, `inte`= 69, `spi`= 116 WHERE `creature_entry`= 26125 AND `level`= 85; UPDATE `creature_template` SET `unit_class`= 4 WHERE `entry`= 26125;