diff options
author | sohrab <none@none> | 2011-02-04 08:59:47 -0700 |
---|---|---|
committer | runningnak3d <runningnak3d@gmail.com> | 2011-02-04 08:59:47 -0700 |
commit | 312f33f33f19bb361412ba3a8bccd948111cdcf2 (patch) | |
tree | 9f45638337b5f8e282999f74d08c1e30684403f2 | |
parent | 3bc0fc554c5ce16ee2b32977970c4ae913285952 (diff) |
DB/Misc: Remove XP at kill from Flesh Eating Worm
Closes #31
-rw-r--r-- | sql/updates/world/2011_02_04_0_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_02_04_0_creature_template.sql b/sql/updates/world/2011_02_04_0_creature_template.sql new file mode 100644 index 00000000000..6a90ac98761 --- /dev/null +++ b/sql/updates/world/2011_02_04_0_creature_template.sql @@ -0,0 +1,2 @@ +-- Remove XP at kill from Flesh Eating Worm +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|64 WHERE `entry`=2462; |