From 2ed36768969f9392a8345be83d49199725e42dc6 Mon Sep 17 00:00:00 2001 From: Exodius Date: Sun, 22 Jul 2012 02:48:57 +0100 Subject: DB/NPCs: Remove onkill reputation from Fire Beetle Closes #6953 Signed-off-by: Nay --- sql/updates/world/2012_07_22_10_world_creature_onkill_rep.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2012_07_22_10_world_creature_onkill_rep.sql (limited to 'sql') diff --git a/sql/updates/world/2012_07_22_10_world_creature_onkill_rep.sql b/sql/updates/world/2012_07_22_10_world_creature_onkill_rep.sql new file mode 100644 index 00000000000..22d81bca548 --- /dev/null +++ b/sql/updates/world/2012_07_22_10_world_creature_onkill_rep.sql @@ -0,0 +1,2 @@ +-- Critter Fire Beetle should not give reputation with Honor Hold when killed +DELETE FROM `creature_onkill_reputation` WHERE `creature_id` = 9699; -- cgit v1.2.3