diff options
| author | Exodius <nikola-nickey@hotmail.com> | 2012-07-22 02:48:57 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-07-22 02:48:57 +0100 |
| commit | 2ed36768969f9392a8345be83d49199725e42dc6 (patch) | |
| tree | 6de3406fbeee793c77accd96ddca7f8a0114b2ac | |
| parent | f9317e06b219c22244c264c8e53f1b3271059124 (diff) | |
DB/NPCs: Remove onkill reputation from Fire Beetle
Closes #6953
Signed-off-by: Nay <dnpd.dd@gmail.com>
| -rw-r--r-- | sql/updates/world/2012_07_22_10_world_creature_onkill_rep.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
