diff options
author | Lopin <davca.hr@seznam.cz> | 2011-06-19 15:45:20 +0200 |
---|---|---|
committer | Lopin <davca.hr@seznam.cz> | 2011-06-19 15:45:20 +0200 |
commit | eb4d4bbf1fdf4f5f87a3d06af60a0f0dc8985d30 (patch) | |
tree | 55f57c42c94d255509d4d23ed814bc5c9a77ecec | |
parent | d77d5ce3fdef9b123b356246acf5d7b2e5544384 (diff) |
DB/NPC: Vezax's bunny will no longer attacks players
-rw-r--r-- | sql/updates/world/2011_06_19_02_world_creature_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_19_02_world_creature_template.sql b/sql/updates/world/2011_06_19_02_world_creature_template.sql new file mode 100644 index 00000000000..7a220662d89 --- /dev/null +++ b/sql/updates/world/2011_06_19_02_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|130 WHERE `entry`=33500; |