diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-08-04 13:36:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-04 13:36:20 +0200 |
commit | db9576beffda3a55006b09c81e8050ffe14958ac (patch) | |
tree | fd9a6c1697b52e66c08248d1386533618c77d50f | |
parent | 02b4bc260cfc5d3fcce01628873d8907b8e3acd1 (diff) |
DB/Gameobject: Fix Page 9 values
Closes #19947 by Luchass
-rw-r--r-- | sql/updates/world/master/2017_08_04_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_08_04_01_world.sql b/sql/updates/world/master/2017_08_04_01_world.sql new file mode 100644 index 00000000000..bc75f288441 --- /dev/null +++ b/sql/updates/world/master/2017_08_04_01_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject_template` WHERE `entry`=148502; +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `unk1`, `size`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `Data8`, `Data9`, `Data10`, `Data11`, `Data12`, `Data13`, `Data14`, `Data15`, `Data16`, `Data17`, `Data18`, `Data19`, `Data20`, `Data21`, `Data22`, `Data23`, `Data24`, `Data25`, `Data26`, `Data27`, `Data28`, `Data29`, `Data30`, `Data31`, `Data32`, `RequiredLevel`, `VerifiedBuild`) VALUES +(148502, 10, 26705, 'Page 9', '', '', 0.5, 43, 0, 0, 1, 0, 0, 1, 7154, 0, 1, 231933, 0, 0, 1, 24589, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24367); |