diff options
| author | Aokromes <jipr@hotmail.com> | 2014-01-26 00:26:01 +0100 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2014-01-26 00:26:01 +0100 |
| commit | b40851744099f2858af70f9b13bb1ac850089482 (patch) | |
| tree | 3b62f322a841cc2e86d659d94357f0102baf0bb8 | |
| parent | 68a0864ad1a73fe1972ba30bb3f5b9ba5e3de078 (diff) | |
DB/Quest: Dragonmaw Race: Wing Commander Ichman
By Raszagal closes #11429
| -rw-r--r-- | sql/updates/world/2014_01_24_05_world_creature_queststarter.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_24_05_world_creature_queststarter.sql b/sql/updates/world/2014_01_24_05_world_creature_queststarter.sql new file mode 100644 index 00000000000..9b2893a859d --- /dev/null +++ b/sql/updates/world/2014_01_24_05_world_creature_queststarter.sql @@ -0,0 +1,4 @@ +-- Fixes the Dragonmaw Race: Wing Commander Ichman creature_queststarter mistake +UPDATE creature_template SET npcflag=3 WHERE entry=23345; +DELETE FROM creature_queststarter WHERE quest=11069; +INSERT INTO creature_queststarter VALUES (23345,11069); |
