aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-02-16 09:18:13 +0100
committerAokromes <Aokromes@users.noreply.github.com>2015-02-16 09:18:13 +0100
commit0651b82de9ebfb9d12f7635063fc3f345745929e (patch)
treec350aecfa9b0cfbaeec47fd8111eaba6d3083ced
parent6c7cfccf2030093849069f12533f403edcd2662f (diff)
DB/Gameobject: Add 2 missing gameobjects
Closes #6366
-rw-r--r--sql/updates/world/2015_02_16_02_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_16_02_world.sql b/sql/updates/world/2015_02_16_02_world.sql
new file mode 100644
index 00000000000..3f67ae7ac1b
--- /dev/null
+++ b/sql/updates/world/2015_02_16_02_world.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `gameobject_template` WHERE `entry` IN (193977,193978);
+INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `faction`, `flags`, `size`, `questItem1`, `questItem2`, `questItem3`, `questItem4`, `questItem5`, `questItem6`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES
+(193977, 22, 8532, 'Bottle of Peaked Dalaran Red', '', '', '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 61064, 5, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', -18019),
+(193978, 22, 8531, 'Cask of Peaked Dalaran Red', '', '', '', 0, 0, 0.8, 0, 0, 0, 0, 0, 0, 61064, 25, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', -18019);