diff options
author | Sarjuuk <junkdump@gmx.net> | 2011-07-24 05:18:08 +0700 |
---|---|---|
committer | tobmaps <spambot42@yandex.ru> | 2011-07-24 05:18:08 +0700 |
commit | ec9d738f3e06b797f4898c19df04e20772ada61f (patch) | |
tree | 6c03191320cf3ed2c6a5949a1f1df4a461e60f39 | |
parent | 8bf7af541fb3e52a82ecb731046dfc769f053415 (diff) |
DB/Item: Removed deprecated item Constrictor Gras from vendors
-rw-r--r-- | sql/updates/world/2011_07_24_00_world_npc_vendor.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_07_24_00_world_npc_vendor.sql b/sql/updates/world/2011_07_24_00_world_npc_vendor.sql new file mode 100644 index 00000000000..46090f15321 --- /dev/null +++ b/sql/updates/world/2011_07_24_00_world_npc_vendor.sql @@ -0,0 +1 @@ +DELETE FROM `npc_vendor` WHERE `item` = 36902; |