diff options
author | Killyana <morphone1@gmail.com> | 2018-02-13 17:29:31 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-02-13 17:29:31 +0100 |
commit | f91a9f8b14e6c8276e620caa77a7e36a5af5f755 (patch) | |
tree | d1d7edff430024f33a8e62d4fd03d986ebb0e9bc | |
parent | 2f575f09746571151be0c43032be6532760ab624 (diff) |
DB/Condition: Placing Beacon Torch
Closes #21244
-rw-r--r-- | sql/updates/world/3.3.5/2018_02_13_07_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_02_13_07_world.sql b/sql/updates/world/3.3.5/2018_02_13_07_world.sql new file mode 100644 index 00000000000..1afb5c37cf9 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_02_13_07_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry` = 17016 AND `SourceTypeOrReferenceId`=13; |