aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrahy <none@none>2009-05-08 09:48:44 +0200
committerDrahy <none@none>2009-05-08 09:48:44 +0200
commit14b82b9fab04e249fbffb0d89dae068a64d79ba4 (patch)
tree8841f7a3abe6fd51b0566989b7e166ea09bf750e
parent979073cebdb7fdaea910f610c996bd5a53c04fe7 (diff)
* Updated trinity sql coding style
--HG-- branch : trunk
-rw-r--r--sql/updates/3121_world_scripts.sql2
-rw-r--r--sql/updates/3178_mangos_7777_01_world_spell_proc_event.sql (renamed from sql/updates/7777_01_mangos_spell_proc_event.sql)4
2 files changed, 3 insertions, 3 deletions
diff --git a/sql/updates/3121_world_scripts.sql b/sql/updates/3121_world_scripts.sql
index 543c4473541..af79cbd0cfd 100644
--- a/sql/updates/3121_world_scripts.sql
+++ b/sql/updates/3121_world_scripts.sql
@@ -1 +1 @@
-UPDATE `creature_template` SET `ScriptName`='npc_dragonflayer_forge_master' WHERE `entry` = 24079;
+UPDATE `creature_template` SET `ScriptName`='npc_dragonflayer_forge_master' WHERE `entry` = 24079; \ No newline at end of file
diff --git a/sql/updates/7777_01_mangos_spell_proc_event.sql b/sql/updates/3178_mangos_7777_01_world_spell_proc_event.sql
index e54db2854f3..e441a9099f7 100644
--- a/sql/updates/7777_01_mangos_spell_proc_event.sql
+++ b/sql/updates/3178_mangos_7777_01_world_spell_proc_event.sql
@@ -1,6 +1,6 @@
-ALTER TABLE db_version CHANGE COLUMN required_7776_01_mangos_npc_spellclick_spells required_7777_01_mangos_spell_proc_event bit;
+/*ALTER TABLE db_version CHANGE COLUMN required_7776_01_mangos_npc_spellclick_spells required_7777_01_mangos_spell_proc_event bit;*/
DELETE FROM spell_proc_event WHERE entry IN (30299,30301,30302);
INSERT INTO spell_proc_event VALUES (30299, 0x0000007E, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
INSERT INTO spell_proc_event VALUES (30301, 0x0000007E, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
-INSERT INTO spell_proc_event VALUES (30302, 0x0000007E, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
+INSERT INTO spell_proc_event VALUES (30302, 0x0000007E, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file