diff options
| author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-03-10 14:28:33 +0100 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-03-10 14:28:33 +0100 |
| commit | 401c923894ea7469a6079269b6c845b160bd1264 (patch) | |
| tree | 2f3d2c234207b2bfcaa32311d0718f2a1c9a5d8f | |
| parent | 3dce3bff354a61900912aecd212357491b3932bd (diff) | |
DB/Disables: Disable Achievement: Not In My House untill a proper script is in place
| -rw-r--r-- | sql/updates/world/2011_03_10_4_world_disables.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_10_4_world_disables.sql b/sql/updates/world/2011_03_10_4_world_disables.sql new file mode 100644 index 00000000000..875d02a08ba --- /dev/null +++ b/sql/updates/world/2011_03_10_4_world_disables.sql @@ -0,0 +1,7 @@ +-- disable untill it can be properly scripted +DELETE FROM `disables` WHERE `sourceType`=4 AND `entry` IN (7020,7021); +INSERT INTO `disables` +(`sourceType`,`entry`,`flags`,`params_0`,`params_1`,`comment`) +VALUES +(4,7020,0, '', '', 'disable Not In My House'), +(4,7021,0, '', '', 'disable Not In My House'); |
