aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorteacher <none@none>2010-03-19 14:21:21 +0100
committerteacher <none@none>2010-03-19 14:21:21 +0100
commit9d5049da94fb1f4f3e7ae27eb09bde7c28ed5cac (patch)
tree7861ee2de39786e1171e437559dd538dffb77bac /sql/updates
parent1146c59f66c12177b5147f115cb008638c585de9 (diff)
Little sql improvement.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7610_world_scriptname.sql1
-rw-r--r--sql/updates/7611_characters_item_refund_instance.sql2
2 files changed, 1 insertions, 2 deletions
diff --git a/sql/updates/7610_world_scriptname.sql b/sql/updates/7610_world_scriptname.sql
index f201d2d9283..89b005f00e0 100644
--- a/sql/updates/7610_world_scriptname.sql
+++ b/sql/updates/7610_world_scriptname.sql
@@ -1,2 +1 @@
UPDATE `creature_template` SET `ScriptName`= 'npc_seaforium_depth_charge' WHERE `entry`=25401;
-
diff --git a/sql/updates/7611_characters_item_refund_instance.sql b/sql/updates/7611_characters_item_refund_instance.sql
index c75a180f731..cd859a47ee0 100644
--- a/sql/updates/7611_characters_item_refund_instance.sql
+++ b/sql/updates/7611_characters_item_refund_instance.sql
@@ -11,4 +11,4 @@ DROP COLUMN `paidItem_4`,
DROP COLUMN `paidItemCount_4`,
DROP COLUMN `paidItem_5`,
DROP COLUMN `paidItemCount_5`,
-ADD COLUMN `paidExtendedCost` int(11) unsigned NOT NULL DEFAULT '0'; \ No newline at end of file
+ADD COLUMN `paidExtendedCost` int(11) unsigned NOT NULL DEFAULT '0';