diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2024-02-24 17:13:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-24 17:13:03 +0100 |
| commit | da0e2c27675b68931b9c493bf953f3016e92c041 (patch) | |
| tree | c3a9d37d36fc83d6dd7e655acbee932d855149e9 | |
| parent | e28c2b2844434d60d88afaeb27ae76704fd61eb9 (diff) | |
DB/Quest: A Spirit Ally
stop spaming infinite amount of Feralfen Serpent Spirit
updates #20126 by offl
| -rw-r--r-- | sql/updates/world/3.3.5/2024_02_24_06_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_02_24_06_world.sql b/sql/updates/world/3.3.5/2024_02_24_06_world.sql new file mode 100644 index 00000000000..c7394c80550 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_02_24_06_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=32037; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17,0,32037,0,0,29,0,18185,40,0,1,0,0,"","Place Feralfen Totem"); |
