diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-10-10 17:33:14 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-10-10 17:33:14 +0200 |
| commit | 7a8c251c37230f15420f55f5f89cc024c2a1ac73 (patch) | |
| tree | 7e50024ad19281283e785c2b9c559ee750f5ba79 | |
| parent | c63ad4ccfa6b0ba008f473636fc63145e38a0b56 (diff) | |
DB/Gameobject: Add missing gameobject
| -rw-r--r-- | sql/updates/world/2014_10_10_01_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_10_01_world_335.sql b/sql/updates/world/2014_10_10_01_world_335.sql new file mode 100644 index 00000000000..624286e6910 --- /dev/null +++ b/sql/updates/world/2014_10_10_01_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject_template` WHERE `entry` = 180671; +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `data0`, `data1`, `VerifiedBuild`) VALUES +(180671,3,644,'Xandivious\' Demon Bag',43,17516,-18019); |
