From d9c941d2fc579d81bbd55b912fee6abe1851db3d Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Fri, 10 Jul 2020 04:09:29 +0200 Subject: [PATCH] DB: fixed a startup error --- sql/updates/world/4.3.4/2020_07_10_00_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/4.3.4/2020_07_10_00_world.sql b/sql/updates/world/4.3.4/2020_07_10_00_world.sql index c5596987d30..52c3bf2f1ff 100644 --- a/sql/updates/world/4.3.4/2020_07_10_00_world.sql +++ b/sql/updates/world/4.3.4/2020_07_10_00_world.sql @@ -22,7 +22,7 @@ INSERT INTO `creature_addon` (`guid`, `auras`) VALUES (@CGUID+0, '41577'); -- Serverside Spells -DELETE FROM `spell_dbc` WHERE `Id` IN (41577, 94991, 75688, 75771, 75791, 75769, 75695); +DELETE FROM `spell_dbc` WHERE `Id`= 41577; INSERT INTO `spell_dbc` (`Id`, `CastingTimeIndex`, `DurationIndex`, `RangeIndex`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `Comment`) VALUES (41577, 1, 21, 1, 0x00000110, 0x10000000, 0x00000001, 0x00100000, '(Serverside/Non-DB2) Transform: Invisible Stalker');