diff options
-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; |