aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZxBiohazardZx <zxbiohazardzx@gmail.com>2013-03-04 13:22:32 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2013-03-04 13:22:32 +0100
commite7d333f708942c50c85a4b8f7a4102147a5e895f (patch)
treec6f488814f1b299a537de7ca12183fdc1952ef1d
parent56efb2df44bdd1f1c53165645c59c3dca48cfebc (diff)
Commit: fuck mondays, i cba to fix it, its out
-rw-r--r--sql/updates/world/2013_03_04_00_world_gameobject.sql7
1 files changed, 0 insertions, 7 deletions
diff --git a/sql/updates/world/2013_03_04_00_world_gameobject.sql b/sql/updates/world/2013_03_04_00_world_gameobject.sql
deleted file mode 100644
index caa6a2d0730..00000000000
--- a/sql/updates/world/2013_03_04_00_world_gameobject.sql
+++ /dev/null
@@ -1,7 +0,0 @@
-DELETE FROM `gameobject_template` WHERE `entry`=180055;
-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`, `WDBVerified`) VALUES
-(180055,2,318,'Mysterious Wailing Caverns Chest','',,'',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0);
-
-DELETE FROM `gameobject` WHERE `id`=180055;
-INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`) VALUES
-(4598,180055,43,1,1,-97.6,173.8,-79,2.08,0,0,0,0,43200,100,1);