From 82f69b5bea09f4bb3e977817324dac733d632752 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 3 Sep 2015 20:20:44 +0200 Subject: DB/Quest: Magic Carpet Ride Remove a wrong spell used to ride the carpet Closes #15418 --- sql/updates/world/2015_09_03_06_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2015_09_03_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_09_03_06_world.sql b/sql/updates/world/2015_09_03_06_world.sql new file mode 100644 index 00000000000..3444afe1d77 --- /dev/null +++ b/sql/updates/world/2015_09_03_06_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=2546000 AND `source_type`=9 AND `id`=0 AND `action_type`=11; +UPDATE `smart_scripts` SET `id`=0 WHERE `entryorguid`=2546000 AND `source_type`=9 AND `id`=1 AND `action_type`=53; + +DELETE FROM `creature_addon` WHERE `guid`=137997; -- fix a DB error -- cgit v1.2.3