diff options
| author | Killyana <morphone1@gmail.com> | 2016-10-29 13:53:13 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-10-29 13:53:13 +0200 |
| commit | e55641f37862434af36b2ea0aea9bf8c79773426 (patch) | |
| tree | 410f1acef1c1c96d2822b271db92fe4667dfb34c /sql/updates | |
| parent | 1730aa40d0f667d329eab2adb3b62e06164f8f47 (diff) | |
DB/Creature: Remove wrong creature text from Horde Scout
Closes #18167
By Staleness89
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_29_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_29_02_world.sql b/sql/updates/world/3.3.5/2016_10_29_02_world.sql new file mode 100644 index 00000000000..cab9bc5a167 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_29_02_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (11680) AND `source_type`=0 AND `id`=0; +DELETE FROM `creature_text` WHERE `entry`=11680; |
