aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-01-31 12:31:06 +0100
committerAokromes <Aokromes@users.noreply.github.com>2015-01-31 12:31:06 +0100
commit08e9349b3b12603ba5e6c1e3a0675a3ff423387a (patch)
tree3d0bedf3f51731e09419a563e906574319189827
parentf90decb08d1e5277ac97994b64de25c834737d42 (diff)
DB/Gameobject: Add a missing gameobject
-rw-r--r--sql/updates/world/2015_01_31_00_335.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_01_31_00_335.sql b/sql/updates/world/2015_01_31_00_335.sql
new file mode 100644
index 00000000000..8aaa026154a
--- /dev/null
+++ b/sql/updates/world/2015_01_31_00_335.sql
@@ -0,0 +1,3 @@
+DELETE FROM `gameobject_template` WHERE `entry` = 180856;
+INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `data0`, `data1`, `data2`, `data3`, `size`, `VerifiedBuild`) VALUES
+(180856, 10, 6522, 'Firework Rocket, Type 1 Purple', 0, 0, 0, 3000, 1, -18019);