diff options
author | Filip <boev.filip@gmail.com> | 2013-10-13 23:20:07 +0200 |
---|---|---|
committer | Filip <boev.filip@gmail.com> | 2013-10-13 23:20:07 +0200 |
commit | ce17fb9d5e11cf05ca901d75ea0d047820654225 (patch) | |
tree | 4be1fc5462949069afa977e68f608a1b17c5c8c0 | |
parent | 6f98e4106e6a8e03c0319dbb552c1b61bf47d9f3 (diff) |
Db/Disable: Sibling Rivalry credit
By @untaught fixes #11020
-rw-r--r-- | sql/updates/world/2013_10_13_00_world_disable.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_10_13_00_world_disable.sql b/sql/updates/world/2013_10_13_00_world_disable.sql new file mode 100644 index 00000000000..1c062837397 --- /dev/null +++ b/sql/updates/world/2013_10_13_00_world_disable.sql @@ -0,0 +1,3 @@ +DELETE FROM `disables` WHERE `entry` =56940; +INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES +(0,56940,64,'','','Disable LOS check for Thorim Story Kill Credit'); |