aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/1895_world.sql
diff options
context:
space:
mode:
authorDrahy <none@none>2009-03-14 22:42:20 +0100
committerDrahy <none@none>2009-03-14 22:42:20 +0100
commit05c7639e7b6d87ef15267c990bc089d181d55d84 (patch)
treea23f8684113f5d47ba3fdcb907cc550b3b7b2ace /sql/updates/1895_world.sql
parenteee474d6ba451b4dcbf778097f700a8357491283 (diff)
* Added trinity sql coding style
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/1895_world.sql')
-rw-r--r--sql/updates/1895_world.sql8
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/updates/1895_world.sql b/sql/updates/1895_world.sql
index a6387631352..11c7c789dcd 100644
--- a/sql/updates/1895_world.sql
+++ b/sql/updates/1895_world.sql
@@ -1,4 +1,4 @@
-DELETE FROM spell_proc_event where entry IN (31124, 31126);
-INSERT INTO spell_proc_event () VALUES
-(31124, 0, 8, 16777222, 0, 0, 0, 0, 0),
-(31126, 0, 8, 16777222, 0, 0, 0, 0, 0);
+DELETE FROM `spell_proc_event` WHERE `entry` IN (31124, 31126);
+INSERT INTO `spell_proc_event` VALUES
+(31124, 0, 8, 16777222, 0, 0, 0, 0, 0, 0, 0),
+(31126, 0, 8, 16777222, 0, 0, 0, 0, 0, 0, 0); \ No newline at end of file