From 9d451007f92284eb5369d69df86f5a1fc05fb44e Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 7 Sep 2015 05:10:36 +0200 Subject: [PATCH] DB/Misc: Fix late night typo --- sql/updates/world/2015_09_07_00_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/2015_09_07_00_world.sql b/sql/updates/world/2015_09_07_00_world.sql index 0eeaf285e6f..20db5c0836d 100644 --- a/sql/updates/world/2015_09_07_00_world.sql +++ b/sql/updates/world/2015_09_07_00_world.sql @@ -1,3 +1,3 @@ -- DELETE FROM `creature_addon` WHERE `guid` IN (660); -DELETE FROM `game_object_creature` WHERE `guid` IN (289,290,291); +DELETE FROM `game_event_creature` WHERE `guid` IN (289,290,291);