summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/upgrade_svn17178.sql
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-03-09 00:04:28 -0300
committershennetsind <ind@henn.et>2013-03-09 00:04:28 -0300
commitd2d734ce0983fbed72e69f555f57f29de04f30b3 (patch)
treea3332e1eea882a9df5a2253d9a63153a9197851a /sql-files/upgrades/upgrade_svn17178.sql
parentbb0f807d0683fcb2c0e9fdd6a5d1e54686dfc816 (diff)
downloadhercules-d2d734ce0983fbed72e69f555f57f29de04f30b3.tar.gz
hercules-d2d734ce0983fbed72e69f555f57f29de04f30b3.tar.bz2
hercules-d2d734ce0983fbed72e69f555f57f29de04f30b3.tar.xz
hercules-d2d734ce0983fbed72e69f555f57f29de04f30b3.zip
Hercules Renewal'd Pin Code
Feature is not, I repeat, NOT complete. the decryption is not fully functional which leads to dial values different from the ones the player used. Credits: lemongrass3110 for the base yommy for the packets LightFighter for the decrypt function (altho its not stable :P) Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'sql-files/upgrades/upgrade_svn17178.sql')
-rw-r--r--sql-files/upgrades/upgrade_svn17178.sql7
1 files changed, 0 insertions, 7 deletions
diff --git a/sql-files/upgrades/upgrade_svn17178.sql b/sql-files/upgrades/upgrade_svn17178.sql
deleted file mode 100644
index 02c4c1475..000000000
--- a/sql-files/upgrades/upgrade_svn17178.sql
+++ /dev/null
@@ -1,7 +0,0 @@
--- This script resets all quests that were done by your users before this revision
--- Author: Euphy
-DELETE FROM `quest` WHERE `quest_id` > 5034 AND `quest_id` < 5055;
-DELETE FROM `quest` WHERE `quest_id` > 9154 AND `quest_id` < 9166;
-DELETE FROM `global_reg_value` WHERE `str` = 'dewata_gatti';
-DELETE FROM `global_reg_value` WHERE `str` = 'dewata_legend';
-DELETE FROM `global_reg_value` WHERE `str` = 'dewata_oldman';