diff options
| author | click <clickvd@gonnamakeyou.com> | 2011-06-12 18:54:39 +0200 |
|---|---|---|
| committer | click <clickvd@gonnamakeyou.com> | 2011-06-12 18:54:39 +0200 |
| commit | 876a6b250136063e334e3a7410b801453b62dead (patch) | |
| tree | 7b344683c0aab3bdb682aa508a21c460fedf77e4 | |
| parent | 13b34a5d7231a93d78b36416d2a32ef6457a0473 (diff) | |
SQL: Follow standards, ohyeah baby.
| -rw-r--r-- | sql/updates/world/2011_06_12_00_world_spell_dbc.sql | 2 |
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; |
