diff options
author | Shocker <shocker@freakz.ro> | 2013-02-17 06:03:15 +0200 |
---|---|---|
committer | Shocker <shocker@freakz.ro> | 2013-02-17 06:03:15 +0200 |
commit | 37292a30385b51f45aba3a1c29ca9841cca6e14c (patch) | |
tree | 967c3c5720840477edde40f6ec213e22e8d183f3 | |
parent | 863468ec433a47ded7be47b8c50037942dc8a15e (diff) |
Remove BOM from 2 SQL files
Closes #9233
-rw-r--r-- | sql/updates/world/2013_02_15_00_world_waypoint_data.sql | 2 | ||||
-rw-r--r-- | 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; |