aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclick <clickvd@gonnamakeyou.com>2011-06-12 18:54:39 +0200
committerclick <clickvd@gonnamakeyou.com>2011-06-12 18:54:39 +0200
commit876a6b250136063e334e3a7410b801453b62dead (patch)
tree7b344683c0aab3bdb682aa508a21c460fedf77e4
parent13b34a5d7231a93d78b36416d2a32ef6457a0473 (diff)
SQL: Follow standards, ohyeah baby.
-rw-r--r--sql/updates/world/2011_06_12_00_world_spell_dbc.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2011_06_12_00_world_spell_dbc.sql b/sql/updates/world/2011_06_12_00_world_spell_dbc.sql
index dc8e3252519..3b072b7b911 100644
--- a/sql/updates/world/2011_06_12_00_world_spell_dbc.sql
+++ b/sql/updates/world/2011_06_12_00_world_spell_dbc.sql
@@ -1 +1 @@
-UPDATE `spell_dbc` SET `AttributesEx3`='0x00020000' WHERE `Id`=25042;
+UPDATE `spell_dbc` SET `AttributesEx3`=0x00020000 WHERE `Id`=25042;