aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShocker <shocker@freakz.ro>2013-02-17 06:03:15 +0200
committerShocker <shocker@freakz.ro>2013-02-17 06:03:15 +0200
commit37292a30385b51f45aba3a1c29ca9841cca6e14c (patch)
tree967c3c5720840477edde40f6ec213e22e8d183f3
parent863468ec433a47ded7be47b8c50037942dc8a15e (diff)
Remove BOM from 2 SQL files
Closes #9233
-rw-r--r--sql/updates/world/2013_02_15_00_world_waypoint_data.sql2
-rw-r--r--sql/updates/world/2013_02_16_00_world_creature_template.sql2
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2013_02_15_00_world_waypoint_data.sql b/sql/updates/world/2013_02_15_00_world_waypoint_data.sql
index 555cbd506e8..8af0531b2f3 100644
--- a/sql/updates/world/2013_02_15_00_world_waypoint_data.sql
+++ b/sql/updates/world/2013_02_15_00_world_waypoint_data.sql
@@ -1,4 +1,4 @@
-SET @NPC_DRAKE := 29709;
+SET @NPC_DRAKE := 29709;
DELETE FROM `waypoint_data` WHERE `id`=@NPC_DRAKE;
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
diff --git a/sql/updates/world/2013_02_16_00_world_creature_template.sql b/sql/updates/world/2013_02_16_00_world_creature_template.sql
index 7fa6e727ab0..d8efe46b573 100644
--- a/sql/updates/world/2013_02_16_00_world_creature_template.sql
+++ b/sql/updates/world/2013_02_16_00_world_creature_template.sql
@@ -1 +1 @@
-UPDATE `creature_template` SET `Armor_mod`=0 WHERE `entry`=29747;
+UPDATE `creature_template` SET `Armor_mod`=0 WHERE `entry`=29747;