Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
-[ci skip]

Signed-off-by: AriDEV <aridev666@gmail.com>
  • Loading branch information
AriDEV committed Apr 28, 2019
1 parent 3279379 commit b132753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/updates/world/2019_04_23_00_world.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- GameObjectLoot for Quest: "Stealing is Bad... Re-Stealing is OK"
SET @QITEM := 210768;
SET @GD1 := 41405
SET @GD1 := 41405;
DELETE FROM gameobject_loot_template WHERE entry=@GD1;
INSERT INTO gameobject_loot_template (entry, item, ChanceOrQuestChance) VALUES
(@GD1, @QITEM, -100);

0 comments on commit b132753

Please sign in to comment.