diff options
| author | offl <offl@users.noreply.github.com> | 2018-01-21 22:09:30 +0100 |
|---|---|---|
| committer | tkrokli <tkrokli@gmail.com> | 2018-01-21 22:11:22 +0100 |
| commit | 231777425bbb5769eafd78e3a328287ee5b227a7 (patch) | |
| tree | 2b2943d49c7edfe4e20f95ee1a078c06cf76470a | |
| parent | 2c86c78f04f7cb95c201592b8d3002525eb6a46f (diff) | |
DB/Creature: set correct 3.3.5a faction for Argent Guard Thaelrid
- he was incorrectly set up with faction 80 (Darnassus), a Cataclysm value
- he should now be able to hand out quest ID 6561, Blackfathom Villainy.
by offl
Closes #21287
| -rw-r--r-- | sql/updates/world/3.3.5/2018_01_21_02_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_21_02_world_335.sql b/sql/updates/world/3.3.5/2018_01_21_02_world_335.sql new file mode 100644 index 00000000000..2493bb5222e --- /dev/null +++ b/sql/updates/world/3.3.5/2018_01_21_02_world_335.sql @@ -0,0 +1,2 @@ +-- Argent Guard Thaelrid +UPDATE `creature_template` SET `faction`=794 WHERE `entry`=4787; |
