From 876a6b250136063e334e3a7410b801453b62dead Mon Sep 17 00:00:00 2001 From: click Date: Sun, 12 Jun 2011 18:54:39 +0200 Subject: SQL: Follow standards, ohyeah baby. --- sql/updates/world/2011_06_12_00_world_spell_dbc.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/updates') 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; -- cgit v1.2.3