From 45f7aa1fd6dc99d7f4b1525fe38821320a4b368e Mon Sep 17 00:00:00 2001 From: Shocker Date: Fri, 13 May 2011 12:17:21 +0300 Subject: Core/Misc: Fix a memory leak in spell_dbc --- sql/updates/world/2011_05_13_00_world_spell_dbc.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2011_05_13_00_world_spell_dbc.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2011_05_13_00_world_spell_dbc.sql b/sql/updates/world/2011_05_13_00_world_spell_dbc.sql new file mode 100644 index 00000000000..e47431ef703 --- /dev/null +++ b/sql/updates/world/2011_05_13_00_world_spell_dbc.sql @@ -0,0 +1 @@ +UPDATE `spell_dbc` SET `Id` = 100001 WHERE `Id` = 200000; -- cgit v1.2.3