aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZxBiohazardZx <zxbiohazardzx@gmail.com>2012-08-11 12:12:51 +0200
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2012-08-11 12:12:51 +0200
commitc8b3812940d87ce7cae80a666358f1c79e117433 (patch)
tree0c11021b31eca2218467a1d22cb9ec30c4b605e9
parent53bc7c2ff5facfe0abddbba4d26ed6462974052c (diff)
Db/Loot: assign lootid to npc
-rw-r--r--sql/updates/world/2012_08_11_00_world_creature_template.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_11_00_world_creature_template.sql b/sql/updates/world/2012_08_11_00_world_creature_template.sql
new file mode 100644
index 00000000000..972b125d247
--- /dev/null
+++ b/sql/updates/world/2012_08_11_00_world_creature_template.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `lootid`=`entry` WHERE `entry` IN (17465,20583);