aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_04_11_03_world_misc.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2013_04_11_03_world_misc.sql b/sql/updates/world/2013_04_11_03_world_misc.sql
new file mode 100644
index 00000000000..5f1e89d631d
--- /dev/null
+++ b/sql/updates/world/2013_04_11_03_world_misc.sql
@@ -0,0 +1,8 @@
+DELETE FROM `spell_target_position` WHERE `id`=52464;
+INSERT INTO `spell_target_position` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES
+(52464, 609, 2384.13, -5900.07, 107.998, 0);
+
+UPDATE `gameobject_template` SET `ScriptName`='' WHERE `entry`=190767;
+
+DELETE FROM `creature` WHERE `guid`=129164;
+DELETE FROM `creature_addon` WHERE `guid`=129164;