From 74ae0228493b9ffbb853afd27eac33d105eabc73 Mon Sep 17 00:00:00 2001 From: leak Date: Fri, 18 Mar 2011 20:27:23 +0100 Subject: Core/GameEventMgr: Drop temporary table --- sql/updates/auth_char/2011_03_18_1_characters_game_event_misc.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/auth_char/2011_03_18_1_characters_game_event_misc.sql (limited to 'sql/updates/auth_char') diff --git a/sql/updates/auth_char/2011_03_18_1_characters_game_event_misc.sql b/sql/updates/auth_char/2011_03_18_1_characters_game_event_misc.sql new file mode 100644 index 00000000000..85dc9cb2d5b --- /dev/null +++ b/sql/updates/auth_char/2011_03_18_1_characters_game_event_misc.sql @@ -0,0 +1,2 @@ +-- Remove temporary table +DROP TABLE `game_event_temp`; \ No newline at end of file -- cgit v1.2.3