aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShocker <shocker@freakz.ro>2011-05-13 12:17:21 +0300
committerShocker <shocker@freakz.ro>2011-05-13 12:17:21 +0300
commit45f7aa1fd6dc99d7f4b1525fe38821320a4b368e (patch)
treeff26fdaec0668ff20f6391e044bc8fa88624faff /sql/updates
parentf6e357902fa9026502740e0998eb4bfc678c2deb (diff)
Core/Misc: Fix a memory leak in spell_dbc
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_05_13_00_world_spell_dbc.sql1
1 files changed, 1 insertions, 0 deletions
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;