diff options
author | Killyana <morphone1@gmail.com> | 2019-09-09 19:49:10 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-09-09 19:49:10 +0200 |
commit | cd09733383fda564bc104228613944481cdc9f5f (patch) | |
tree | 7d2be11c3dfb9f3a2e239815ae2f8fe9b5ee692e | |
parent | e8ab60955d822363a23dff8a3d0947c1c1c4fd3d (diff) |
DB/Gameobject: Add Missing templates
-rw-r--r-- | sql/updates/world/3.3.5/2019_09_09_01_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_09_09_01_world_335.sql b/sql/updates/world/3.3.5/2019_09_09_01_world_335.sql new file mode 100644 index 00000000000..7fd1fa416d6 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_09_09_01_world_335.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `gameobject_template` WHERE `entry` IN (183278,183282); +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `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`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES +(183282, 6, 0, "Infernaling Summoner Damage Trap", 1, 0, 1, 4, 29115, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "", "", -18019), +(183278, 6, 5752, "Infernaling Summoner", 2.5, 0, 0, 0, 33533, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "", "", -18019); |