diff options
author | Lopin <davca.hr@seznam.cz> | 2011-06-19 20:26:40 +0200 |
---|---|---|
committer | Lopin <davca.hr@seznam.cz> | 2011-06-19 20:26:40 +0200 |
commit | 1baed05dfcac521d58be00ac3c4954d9ccc9a893 (patch) | |
tree | c21819b2ffb60a8497002287a8b2b17e32389fbb | |
parent | 6c3334751127c701c1b189b1bcec78b01dcb55ff (diff) |
DB/Reputation: Fixed incorrect giving reputation of Spore Strider
-rw-r--r-- | sql/updates/world/2011_06_19_05_world_creature_onkill_reputation.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_19_05_world_creature_onkill_reputation.sql b/sql/updates/world/2011_06_19_05_world_creature_onkill_reputation.sql new file mode 100644 index 00000000000..5d83950eec1 --- /dev/null +++ b/sql/updates/world/2011_06_19_05_world_creature_onkill_reputation.sql @@ -0,0 +1 @@ +DELETE FROM `creature_onkill_reputation` WHERE `creature_id`=22300; |