diff options
| author | Nay <none@none> | 2011-02-11 21:17:29 +0100 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-02-11 21:17:29 +0100 |
| commit | 84cf9c593abc60b873952a5fb3f698dc2da21ba9 (patch) | |
| tree | bc9bc516ade529ff9829898e30d49a21b4ffd308 | |
| parent | 027bf64f6776a956aee8879d2859f941b20aeaf7 (diff) | |
DB/Quests: Set the correct creature_involvedrelation for The Call to Command (6144)
Fixes #519
| -rw-r--r-- | sql/updates/world/2011_02_11_3_creature_involvedrelation.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_02_11_3_creature_involvedrelation.sql b/sql/updates/world/2011_02_11_3_creature_involvedrelation.sql new file mode 100644 index 00000000000..c98af05803d --- /dev/null +++ b/sql/updates/world/2011_02_11_3_creature_involvedrelation.sql @@ -0,0 +1,2 @@ +-- Update quest-link turn in for quest The Call to Command (Bragor Bloodfist, not Varimathras) +UPDATE `creature_involvedrelation` SET `id`=36273 WHERE `quest`=6144; |
