diff options
| author | Killyana <morphone1@gmail.com> | 2018-09-24 01:47:47 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-09-24 01:47:47 +0200 |
| commit | 67c135a57acc031a7ce428a8a487e4413cc76046 (patch) | |
| tree | bda14d1d55ae75c6d826558aea95d2ebf30f758d | |
| parent | c8db31f35386b2053843c4e392583f98a98b32af (diff) | |
DB/Condition: Fix wrong spell condition used on Defending Wyrmrest Temple quest
Ref #22500
| -rw-r--r-- | sql/updates/world/3.3.5/2018_09_23_09_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_09_23_09_world.sql b/sql/updates/world/3.3.5/2018_09_23_09_world.sql new file mode 100644 index 00000000000..9de11e14d37 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_09_23_09_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `conditions` SET `ElseGroup`=2 WHERE `SourceEntry`=49243 AND `SourceTypeOrReferenceId`=17 AND `ConditionTypeOrReference`=31 AND `ConditionValue2`=27629; |
