diff options
| author | Chaz Brown <iamparadox@netscape.net> | 2009-09-02 20:38:18 -0400 |
|---|---|---|
| committer | Chaz Brown <iamparadox@netscape.net> | 2009-09-02 20:38:18 -0400 |
| commit | 7a7cd1093394c42919404222301eaeae4d502c0d (patch) | |
| tree | 0f91e065c0105bae7c5d7f17ed1537975b0ba2f1 /sql/updates/5445_world.sql | |
| parent | 0938b4dc868cd024d7cb98c1c7b7b33c5d67b145 (diff) | |
Clean up some sqls to make sure they all have at least one newline at the end (part of the coding standard) helps stop errors when sqls are batched together.... Also, add a missing Delete query to one sql.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/5445_world.sql')
| -rw-r--r-- | sql/updates/5445_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/5445_world.sql b/sql/updates/5445_world.sql index f2e0fb79fd1..b2ee1cab216 100644 --- a/sql/updates/5445_world.sql +++ b/sql/updates/5445_world.sql @@ -38,4 +38,4 @@ INSERT INTO spell_enchant_proc_data (`entry`, `customChance`, `PPMChance`,`procE -- Berserking (3789, 0, 1.0,0), -- Blade Ward -(3869, 0, 1.0,0);
\ No newline at end of file +(3869, 0, 1.0,0); |
