diff options
| author | Killyana <morphone1@gmail.com> | 2015-11-24 15:45:20 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2015-11-24 15:45:20 +0100 |
| commit | b86972f9779830ed65ca2e86eae4956da40e3c22 (patch) | |
| tree | 3ee28fec619d43b5018b94d2da65d5b06238c15d | |
| parent | d5fb18d3c3a557acaf60a39be4ad5444969dd663 (diff) | |
DB/Creature: Fix some wrong quest givers
Closes #12752
Closes #15893
| -rw-r--r-- | sql/updates/world/2015_11_24_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_24_00_world.sql b/sql/updates/world/2015_11_24_00_world.sql new file mode 100644 index 00000000000..218b2b8a7bf --- /dev/null +++ b/sql/updates/world/2015_11_24_00_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `npcflag`=0 WHERE `entry` IN (49871,49874,50039,37070,706,46363,16516,1501,38038,15274,15271, 808, 3102,10556,37073,37112,42223); + +DELETE FROM `creature_queststarter` WHERE `id` IN ( 49871,49874,50039,37070,706,46363,16516,1501,38038,15274,15271, 808, 3102,10556,37073,37112,42223); |
