From 37292a30385b51f45aba3a1c29ca9841cca6e14c Mon Sep 17 00:00:00 2001 From: Shocker Date: Sun, 17 Feb 2013 06:03:15 +0200 Subject: Remove BOM from 2 SQL files Closes #9233 --- sql/updates/world/2013_02_15_00_world_waypoint_data.sql | 2 +- sql/updates/world/2013_02_16_00_world_creature_template.sql | 2 +- 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; -- cgit v1.2.3