diff options
| author | Killyana <morphone1@gmail.com> | 2015-09-03 20:20:44 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2015-09-03 20:20:44 +0200 |
| commit | 82f69b5bea09f4bb3e977817324dac733d632752 (patch) | |
| tree | e878726999febd4202e2a8e66fa3e0dbf2181026 /sql | |
| parent | 821b5f2b5c17a3582e23ba22b2e7cf17e063d709 (diff) | |
DB/Quest: Magic Carpet Ride
Remove a wrong spell used to ride the carpet
Closes #15418
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_09_03_06_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
